Hello guys,
I'm trying to use the sample app, I've generated a new projectId and secret code, but I continue to receive a 401 - Unauthorized whenever I call Firebase. Any tips on how to solve this one?
I suspect that it's some configuration missing in Firebase, but can't find anything left.
Regards,
José Gomes
Check your firebase database rules. They might be read: false, write: false. You need to change that.
Also, make sure you have the right url in the Firebase Web > Integrations > Consumed REST APIs > FirebaseDatabase
Hi José.
Please take a look at this Post.
Hope this helps.
Cheers,Rui Mendes
Thanks Roman and Rui! Both of your answers helped! :)