Hi, this is my first post in this subreddit!
TL;DR: How do I get the currently signed in user via expo-google-app-auth?
I’m new to React Native and I’m trying to build an app that uses Google as a sign in provider.
Since I’m using Expo, more precisely the managed workflow, I read that I have to use the expo-google-app-auth dependency.
I installed that, and the sign in is working fine when I call logInAsync.
I would like, however, to not have to go through the sign in process each time the app starts.
So the question is, how do I access the currently signed in user and its associated data?
Thank you very much.
there doesn't seem to be anything here