[PR #2940] [MERGED] chore: move collections sync system to platform #4148

Closed
opened 2026-03-17 01:42:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2940
Author: @amk-dev
Created: 3/2/2023
Status: Merged
Merged: 3/13/2023
Merged by: @AndrewBastin

Base: stagingHead: chore/move-collections


📝 Commits (1)

  • e1db2ec chore: move collections firebase things to hoppscotch-web

📊 Changes

7 files changed (+46 additions, -47 deletions)

View changed files

📝 packages/hoppscotch-common/src/helpers/fb/index.ts (+1 -2)
packages/hoppscotch-common/src/platform/collections.ts (+3 -0)
📝 packages/hoppscotch-common/src/platform/index.ts (+2 -0)
📝 packages/hoppscotch-web/package.json (+2 -1)
📝 packages/hoppscotch-web/src/collections.ts (+22 -13)
📝 packages/hoppscotch-web/src/main.ts (+2 -0)
📝 pnpm-lock.yaml (+14 -31)

📄 Description

This PR extracts out the collections firebase syncing to hoppscotch-web, and defines the common interface to be used with other hoppscotch platforms.


🔄 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/2940 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 3/2/2023 **Status:** ✅ Merged **Merged:** 3/13/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `staging` ← **Head:** `chore/move-collections` --- ### 📝 Commits (1) - [`e1db2ec`](https://github.com/hoppscotch/hoppscotch/commit/e1db2ece92c513342822373075033effb20ea6b1) chore: move collections firebase things to hoppscotch-web ### 📊 Changes **7 files changed** (+46 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/helpers/fb/index.ts` (+1 -2) ➕ `packages/hoppscotch-common/src/platform/collections.ts` (+3 -0) 📝 `packages/hoppscotch-common/src/platform/index.ts` (+2 -0) 📝 `packages/hoppscotch-web/package.json` (+2 -1) 📝 `packages/hoppscotch-web/src/collections.ts` (+22 -13) 📝 `packages/hoppscotch-web/src/main.ts` (+2 -0) 📝 `pnpm-lock.yaml` (+14 -31) </details> ### 📄 Description This PR extracts out the collections firebase syncing to hoppscotch-web, and defines the common interface to be used with other hoppscotch platforms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:42:38 +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#4148
No description provided.