Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not reach Cloud Firestore backend #23

Open
parrycj opened this issue Nov 6, 2019 · 0 comments
Open

Could not reach Cloud Firestore backend #23

parrycj opened this issue Nov 6, 2019 · 0 comments

Comments

@parrycj
Copy link

parrycj commented Nov 6, 2019

After switching from the Firebase realtime database to Firestore, I'm coming across the following error when I press the Sign Up button:

@firebase/firestore: Firestore (7.2.3): Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds.

This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.

My Firestore rules are as follows:

  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write: if true;
    }
  }
}

I'm wondering if the .env DATABASE_URL should be different now that I'm not using the realtime database anymore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant