Matthew Fox

Results 2 comments of Matthew Fox

Perhaps you could store the token provided by firebase.auth().currentUser.getIdToken() instead of the entire user object.

@moeldeeb98 - I had similar code to yours, using Firebase for my client side token and verifying it on the backend with Firebase admin. After returning an "Observable" from apollo/client,...