mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #679] Save collections on account sync turn on #238
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#238
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 @leomp12 on GitHub (Mar 17, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/679
Originally assigned to: @liyasthomas on GitHub.
Describe the bug
Already saved collections are not uploaded on sync turn on.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Upload the collection 😝
Screenshots


Desktop (please complete the following information):
Additional context
N/A
@liyasthomas commented on GitHub (Mar 17, 2020):
Currently, collections are uploaded whenever a change (such as adding/deleting/moving/renaming a request or colection) happens in the Collections sections.
@leomp12 commented on GitHub (Mar 18, 2020):
@liyasthomas yup, but don't you think it should be uploaded when sync is toggled?
@liyasthomas commented on GitHub (Mar 18, 2020):
yes indeed. Should be synced on toggle.
@rizkyarlin commented on GitHub (Mar 22, 2020):
If I may ask, where does postwoman store the collection for syncing purposes?
@leomp12 commented on GitHub (Mar 22, 2020):
@rizkyarlin Firestore I think, take a look here https://github.com/liyasthomas/postwoman/blob/master/functions/fb.js
@liyasthomas commented on GitHub (May 8, 2020):
Fixed on #854