Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move types to dedicated file #168

Merged
merged 8 commits into from
Mar 19, 2024
Prev Previous commit
Re-added env import
h1divp committed Mar 19, 2024
commit 0630ec4b826c1e91a0bd46d0ed545ddc5628f7ac
1 change: 1 addition & 0 deletions client/src/configs/firebaseConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { initializeApp, getApp, getApps } from "firebase/app";
import { initializeAuth, getReactNativePersistence, getAuth, Auth } from "firebase/auth";
import AsyncStorage from "@react-native-async-storage/async-storage";
import {API_KEY, AUTH_DOMAIN} from "@env"; // Don't worry about this env error!

const firebaseConfig = {
apiKey: API_KEY || "Mock-Key",
Loading