Getting started with Firebase on Expo Go, Native and Web
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....
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....
This is needed only for the ios distribution of the app and results in rejected app if you don't have it, but have selected in your app privacy information in App Store Connect that...
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
How to publish to app store if you don't own a Mac. Steps to publish the app. You need your laptop, patience and GitHub actions....
I'm sure you've heard of Redux so far, and maybe you've come across articles...
While working with expo-sqlite, I ran into few challenges: database migrations, integration testing, and strange resource locks and connection exceptions....