kuoa / nearby-chat

Nearby Chat is an app allowing users to visualize on a map, people in their near proximity and chat with them by sharing text, photos or audio files.
MIT License
29 stars 9 forks source link

[SOLVED] RealtimeDatabase not updating #37

Open alexanderbkl opened 3 years ago

alexanderbkl commented 3 years ago

Even with DatabaseUtils.java storage reference fix, doesn't work.

alexanderbkl commented 3 years ago

Unkown error, solved by logging to my google account in android studio and creating a new project in firebase.

W4lspirit commented 3 years ago

Hi @VIktoria-Baykalova

That is correct, for the application to work, you need a file called google-service.json with the correct credentials inside it, the setup is described here https://firebase.google.com/docs/android/setup and fix the name of the FIREBASE_STORAGE_REFERENCE see issue here -> https://github.com/kuoa/nearby-chat/issues/35#issuecomment-703944054