takiuddin93 / ChatApp

A Flutter Chat application, using Firebase for Google Sign In/Sign Up and exchange text, emoji and images. Integrated Agora Video Call SDK to communicate over video call
MIT License
104 stars 23 forks source link

Firestore screenshots or exported json needed for running the project without null error #8

Closed scorchy38 closed 2 years ago

scorchy38 commented 3 years ago

The common error everyone is facing is because I think it is trying to fetch something from database and since we have a new database with no collections, null error is there, can you please provide your firebase firestore database screenshots, or you can export it in json format using this and share it here somewhere?

Sathyavrv commented 3 years ago
Screenshot 2021-04-28 at 6 12 15 PM Screenshot 2021-04-28 at 6 17 07 PM

when I'm logging into google account it shows like this. How to resolve this?

scorchy38 commented 3 years ago
Screenshot 2021-04-28 at 6 12 15 PM Screenshot 2021-04-28 at 6 17 07 PM

when I'm logging into google account it shows like this. How to resolve this?

You cannot pretty much do anything, you need a copy of database that the original owner of this repo is using and then only you can run the application without any null errors and that is what I have asked for in this issue but I think the person is inactive since a long time.

takiuddin93 commented 2 years ago

This issue is due to an out dated firebase dependencies, not related to my(owners) firebase storage. When you add the package name and SHA-1 key to your firebase project, it uses your firebase storage not mine.