Check for mobile app access.
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user