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

How can I synchronize my data on local? #794

Closed
kobeumut opened this issue Apr 20, 2020 · 1 comment
Closed

How can I synchronize my data on local? #794

kobeumut opened this issue Apr 20, 2020 · 1 comment

Comments

@kobeumut
Copy link

Describe the bug
Using local, with cookies available, postwoman can't log me using Github connection method.

To Reproduce
Steps to reproduce the behavior:

  1. Go to the key icon top right
  2. Click on it to deploy connections methods
  3. Click on Github
  4. The popup opens and closes itself instantly, without get any connection

Expected behavior
Open github or google auth window

Desktop (please complete the following information):

  • OS: Macos Catalina
  • Browser Chrome Dev
  • Version 84.0.4115.5 (Official Build) dev (64-bit)

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
Copy link
Member

liyasthomas commented 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 localstorage and 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.

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

2 participants