0
Firebase Rest API提及我們可以通過CREDENTIAL來提供對經過身份驗證的節點的訪問。但是,我無法找到有關我可以在哪裏找到這些證書或生成這些證書的文檔。使用NodeJS firebase-admin客戶端生成的自定義令牌也不起作用。Firebase憑證憑證API
https://firebase.google.com/docs/database/rest/save-data
https://docs-examples.firebaseio.com/rest/saving-data/auth-example.json?auth=CREDENTIAL
我使用的代碼是:firebase.database.enableLogging(true);並在控制檯中獲得了憑據。及時的幫助非常感謝。 – Ajay