chore: use IDs instead of Strings in graphql queries (#2961)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { createHoppApp } from "@hoppscotch/common"
|
||||
import { initializeFirebase } from "./firebase/init"
|
||||
import { def as authDef } from "./firebase/auth"
|
||||
import { def as envDef } from "./environments"
|
||||
import { def as collectionsDef } from "./collections"
|
||||
@@ -7,6 +8,8 @@ import { def as historyDef } from "./history"
|
||||
import { def as tabStateDef } from "./tab"
|
||||
import { def as analyticsDef } from "./analytics"
|
||||
|
||||
initializeFirebase()
|
||||
|
||||
createHoppApp("#app", {
|
||||
auth: authDef,
|
||||
analytics: analyticsDef,
|
||||
|
||||
Reference in New Issue
Block a user