mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #1824] Invalid database causes data not to be synchronized #576
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1-bytes on GitHub (Sep 12, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1824
Describe the bug
Accounts are not synchronizing data with each other and there are errors in the console...
error:
recent error: FirebaseError: [code=failed-precondition]: The Cloud Firestore API is not available for Datastore Mode projects. 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.To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors in the console and Can synchronize properly
Screenshots

Desktop (please complete the following information):
Additional context
DATABASE_URL=https://xxxxx-default-rtdb.asia-southeast1.firebasedatabase.appbut it doesn't seem to work.@1-bytes commented on GitHub (Sep 13, 2021):
Resolved
Unable to write data due to missing Firestore firewall rules
https://console.firebase.google.com/project/<your_project_name>/firestore/rules
@TheBeachMaster commented on GitHub (Mar 18, 2022):
Thanks @1-bytes