mirror of
https://github.com/bellingcat/osm-search.git
synced 2026-06-13 05:58:32 +03:00
Add serverside Firebase code, add new features for saving presets
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
import { initializeApp } from "firebase/app";
|
||||
import { getAuth } from "firebase/auth";
|
||||
import { getFirestore } from "firebase/firestore";
|
||||
|
||||
const firebaseConfig = {
|
||||
apiKey: "AIzaSyBN5oJ8c_VGhcfesAxXPVmuVnJ_V5MM8JM",
|
||||
authDomain: "osm-search-364115.firebaseapp.com",
|
||||
projectId: "osm-search-364115",
|
||||
storageBucket: "osm-search-364115.appspot.com",
|
||||
messagingSenderId: "919009657823",
|
||||
appId: "1:919009657823:web:f3be7f8470a6c36665ba6a",
|
||||
};
|
||||
import { firebaseConfig } from "./firebaseConfig.js";
|
||||
|
||||
const firebaseApp = initializeApp(firebaseConfig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user