[GH-ISSUE #794] How can I synchronize my data on local? #278

Closed
opened 2026-03-16 14:20:33 +03:00 by kerem · 1 comment
Owner

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:

  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?

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: 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?
kerem closed this issue 2026-03-16 14:20:39 +03:00
Author
Owner

@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 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.

<!-- gh-comment-id:616573990 --> @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 `localstorage` and once user sign in, we sync local data with Firebase. In local development, only sync with `localstorage`is available. As we grow further, we'll consider allowing Auth on local development. Thanks for understanding.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#278
No description provided.