mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #794] How can I synchronize my data on local? #278
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#278
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 @kobeumut on GitHub (Apr 20, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/794
Describe the bug
Using local, with cookies available, postwoman can't log me using Github connection method.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Open github or google auth window
Desktop (please complete the following information):
Additional context
Also i tried with Vivaldi, Opera, Safari Browsers.
I am not sure its a bug. Maybe the real question is how can I sync with firebase on my local?
@liyasthomas commented on GitHub (Apr 20, 2020):
sync with Firebase on local development is disabled intentionally to minimise unwanted write / read to Firestore, we're currently operating on free plan :)
When signed out on web app, we sync with
localstorageand once user sign in, we sync local data with Firebase.In local development, only sync with
localstorageis available. As we grow further, we'll consider allowing Auth on local development. Thanks for understanding.