You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using local, with cookies available, postwoman can't log me using Github connection method.
To Reproduce
Steps to reproduce the behavior:
Go to the key icon top right
Click on it to deploy connections methods
Click on Github
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: