All Projects → ProProgramming101 → expo-firebase-auth-starter

ProProgramming101 / expo-firebase-auth-starter

Licence: other
Starter project for Expo and Firebase (with Authentication)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to expo-firebase-auth-starter

photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+1900%)
Mutual labels:  expo
react-native-popable
Popovers, tooltips for React Native
Stars: ✭ 298 (+861.29%)
Mutual labels:  expo
PlantManager
🌱 Application to remind people to water their plants🌱
Stars: ✭ 43 (+38.71%)
Mutual labels:  expo
markets-react
📈 Check the stock market, from your phone!
Stars: ✭ 47 (+51.61%)
Mutual labels:  expo
hackerweb-native-2
HackerWeb 2: A read-only Hacker News client.
Stars: ✭ 51 (+64.52%)
Mutual labels:  expo
aniuta
The simplest state manager for Expo and React Native
Stars: ✭ 35 (+12.9%)
Mutual labels:  expo
expo-file-manager
A file manager app made with React Native & Expo
Stars: ✭ 110 (+254.84%)
Mutual labels:  expo
app-sense
📱 Easily learn & create React Native app basics using zero coding, drag-and-drop interface & logic blocks.
Stars: ✭ 86 (+177.42%)
Mutual labels:  expo
dooboo-expo
Complete boilerplate for react-native app with expo. Contains typescript, router, test, localization, navigation, hook and etc.
Stars: ✭ 52 (+67.74%)
Mutual labels:  expo
expo-community-flipper
Flipper Support for Expo Apps in React Native
Stars: ✭ 82 (+164.52%)
Mutual labels:  expo
react-native-qrimage-decoder
QR image decoder for React Native
Stars: ✭ 13 (-58.06%)
Mutual labels:  expo
freecbt
✨🐙 A GPL Licensed Cognitive Behavioral Therapy app for iOS and Android
Stars: ✭ 49 (+58.06%)
Mutual labels:  expo
firebase-storage-upload-example
This example has moved
Stars: ✭ 98 (+216.13%)
Mutual labels:  expo
expo-push-notification-helper
💬🔥This package helps you make expo push notification for React Native easy to use.
Stars: ✭ 32 (+3.23%)
Mutual labels:  expo
design-starter-kit
A universal prototyping setup powered by @expo 🥤
Stars: ✭ 20 (-35.48%)
Mutual labels:  expo
4noobs-mobile
App mobile do 4Noobs
Stars: ✭ 69 (+122.58%)
Mutual labels:  expo
react-native-web-expo-boilerplate
I am no longer in maintenance
Stars: ✭ 64 (+106.45%)
Mutual labels:  expo
fixed-deposits-sample-app
A sample Fixed Deposit app built using Setu's FD SDK
Stars: ✭ 17 (-45.16%)
Mutual labels:  expo
tempo-run
Universal Expo App for building personalised running playlists with Spotify
Stars: ✭ 34 (+9.68%)
Mutual labels:  expo
expo-ticket-app
💎 A React Native ticket app to start learning Expo very quickly with selected libraries 📚
Stars: ✭ 87 (+180.65%)
Mutual labels:  expo

expo-firebase-auth-starter

Starter project for using:

  • React Native
  • Expo
  • Firebase

Setup:

  • Create a constants/ApiKeys.js file and put your actual firebase config values:
export default {
  FirebaseConfig: {
    apiKey:      "",
    authDomain:  "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: ""
  }
}
  • Run npm install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].