Closed umer7 closed 6 years ago
Hi @umer7 , please describe the steps that you take and take a snapshot if it is possible.
I followed all steps that you describe but i stuck at this error . Are there any prerequisite steps i need(i have previously deployed firebase functions ) Thanks in Advance
Hi @umer7 , did you download your serviceAccountKey.json file from firebase and change your databaseURL?
[](// You should replace databaseURL with your own admin.initializeApp({ credential: admin.credential.cert(serviceAccount), databaseURL: "https://your-databaseURL.firebaseio.com" });)
i have done both thing still have this error
@umer7 not sure what happens. Could you please give this one a try?
Currently I am using Free Plan of Fire-base ...does it has any thing to do with that ?
@umer7 It shouldn't have anything to do with that. Did the second method work?
I had a similar error response. I figured out that I had changed a parameter on my database, perhaps the public facing name or something.
Generating a new service key solved the problem.
Hi @birchb , I'm glad that there are some methods to fix this :)
i am getting this error