[PR #926] [MERGED] fix: environment and collection sync issue with firebase #2944

Closed
opened 2026-03-17 00:36:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/926
Author: @myussufz
Created: 6/7/2020
Status: Merged
Merged: 6/8/2020
Merged by: @liyasthomas

Base: masterHead: hotfix/sync-collections-and-environment


📝 Commits (3)

  • 10c5680 fix: environment and collection sync issue with firebase
  • 0bf2ba5 fix: not login issue
  • f477998 fix: add sync firebase for all the commit

📊 Changes

12 files changed (+93 additions, -5 deletions)

View changed files

📝 components/collections/addCollection.vue (+1 -0)
📝 components/collections/collection.vue (+10 -0)
📝 components/collections/editCollection.vue (+11 -1)
📝 components/collections/editFolder.vue (+10 -0)
📝 components/collections/editRequest.vue (+10 -0)
📝 components/collections/folder.vue (+10 -0)
📝 components/collections/index.vue (+2 -1)
📝 components/collections/request.vue (+10 -0)
📝 components/environments/editEnvironment.vue (+11 -0)
📝 components/environments/environment.vue (+10 -0)
📝 components/environments/index.vue (+2 -1)
📝 functions/fb.js (+6 -2)

📄 Description

Fixes #900


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/926 **Author:** [@myussufz](https://github.com/myussufz) **Created:** 6/7/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `hotfix/sync-collections-and-environment` --- ### 📝 Commits (3) - [`10c5680`](https://github.com/hoppscotch/hoppscotch/commit/10c568098ce22517d000b9b03d52dd59555d3090) fix: environment and collection sync issue with firebase - [`0bf2ba5`](https://github.com/hoppscotch/hoppscotch/commit/0bf2ba541602b78aa92705d5c51a896245a5f29a) fix: not login issue - [`f477998`](https://github.com/hoppscotch/hoppscotch/commit/f477998b2fb9edf1c81109bfac92e35b22f66117) fix: add sync firebase for all the commit ### 📊 Changes **12 files changed** (+93 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/addCollection.vue` (+1 -0) 📝 `components/collections/collection.vue` (+10 -0) 📝 `components/collections/editCollection.vue` (+11 -1) 📝 `components/collections/editFolder.vue` (+10 -0) 📝 `components/collections/editRequest.vue` (+10 -0) 📝 `components/collections/folder.vue` (+10 -0) 📝 `components/collections/index.vue` (+2 -1) 📝 `components/collections/request.vue` (+10 -0) 📝 `components/environments/editEnvironment.vue` (+11 -0) 📝 `components/environments/environment.vue` (+10 -0) 📝 `components/environments/index.vue` (+2 -1) 📝 `functions/fb.js` (+6 -2) </details> ### 📄 Description Fixes #900 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:36:15 +03:00
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#2944
No description provided.