Check for mobile app access.

This commit is contained in:
Patrick Fic
2022-01-10 14:09:10 -08:00
parent efd7a9abf4
commit 389b637891
11 changed files with 8314 additions and 20 deletions

View File

@@ -9,6 +9,7 @@ initializeApp(env.firebase);
export const auth = getAuth();
export const unsubscribe = onAuthStateChanged(auth, (user) => {
console.log("Auth State Check", user);
store.dispatch(
user
? signInSuccess({