mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki optymalizacyjne (1.3.3)
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import * as firebase from "firebase/app";
|
||||
import "firebase/firestore";
|
||||
import "firebase/functions";
|
||||
|
||||
require("dotenv").config();
|
||||
|
||||
firebase.initializeApp({
|
||||
apiKey: process.env.API_KEY,
|
||||
authDomain: "stacjownik-td2.firebaseapp.com",
|
||||
databaseURL: "https://stacjownik-td2.firebaseio.com",
|
||||
projectId: "stacjownik-td2",
|
||||
});
|
||||
|
||||
export default {
|
||||
db: firebase.firestore(),
|
||||
functions: firebase.functions(),
|
||||
};
|
||||
Reference in New Issue
Block a user