190
Views
3
Comments
Solved
[In-App Notifications Web] 401 - Unauthorized
Question
in-app-notifications-web
Web icon
Forge asset by Nate Andrews

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

2020-03-10 21-01-27
Roman
Solution

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

2018-07-11 08-35-50
Rui Mendes

Hi José.

Please take a look at this Post.

Hope this helps.


Cheers,
Rui Mendes



2020-03-10 21-01-27
Roman
Solution

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

2019-07-01 06-09-25
José Gomes
Staff

Thanks Roman and Rui! Both of your answers helped! :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.