Everyone!
Now I am developing a project using React Native.
In this project, I use firebaseSDK.
But when I try to login, this error raise up.
ERROR [Error: [firestore/unavailable] The service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff.]
ERROR The above error occurred in task login
I try to find solution on Google, but I can’t find solution suitable for me.
I want to make sure I have enabled Firestore on the Firebase console.
How to do that?
>Solution :
Go to your firebase project in Firebase console and make sure you have setup your firestore database in there
Go to Build > Firestore Database
and if your screen look like this
then you need to setup your database by clicking Create Database button and completing setup
