Making Google Login work in React Native and Web
Getting Google login to work in Expo native and web isn't hard to code. It's the setup that trips you up. If you don't know what to watch out for....
Getting Google login to work in Expo native and web isn't hard to code. It's the setup that trips you up. If you don't know what to watch out for....
For tracking users actions in an Expo app I use Firebase and Google Analytics. Firebase is a good choice because it integrates well with Expo and supports Google Analytics out of the box. Ask the user...
Introduction to firebase setup for native, web and expo go. Yes, rn firebase won't work in expo go, but firebase for web will. Link to github example included....