{"id":48114072,"url":"https://github.com/maximcoding/react-native-firebase-app","last_synced_at":"2026-04-04T16:13:33.714Z","repository":{"id":194636425,"uuid":"691254865","full_name":"maximcoding/react-native-firebase-app","owner":"maximcoding","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-13T21:42:00.000Z","size":212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-09-14T11:30:06.735Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maximcoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-13T20:03:08.000Z","updated_at":"2023-09-14T11:30:20.605Z","dependencies_parsed_at":null,"dependency_job_id":"8400eb95-666a-495c-b0af-0a5755623218","html_url":"https://github.com/maximcoding/react-native-firebase-app","commit_stats":null,"previous_names":["maximcoding/react-native-firebase-app"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/maximcoding/react-native-firebase-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximcoding%2Freact-native-firebase-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximcoding%2Freact-native-firebase-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximcoding%2Freact-native-firebase-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximcoding%2Freact-native-firebase-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximcoding","download_url":"https://codeload.github.com/maximcoding/react-native-firebase-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximcoding%2Freact-native-firebase-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-04T16:13:32.702Z","updated_at":"2026-04-04T16:13:33.705Z","avatar_url":"https://github.com/maximcoding.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n# React Native Typescript Firebase \n\u003e **Note** :exclamation: This project is without [~~expo~~](https://expo.dev/).\n\n## 💁 What's Included ? \n\u003e - [X] Latest React Native:0.72.4 :star2:\n\u003e - [x] Typescript\n\u003e - [x] [React Navigation](https://reactnavigation.org/) (@react-navigation ) - `useNavigation()` hook\n\u003e - [x] [Localization](https://react.i18next.com/) (react-i18next) - `useTranslation()` \n\u003e - [x] [Zustand](https://github.com/pmndrs/zustand) State Management  - with `useState()` hook\n\u003e - [x] Firebase Authentication [@react-native-firebase/auth](https://rnfirebase.io/auth/usage)\n\u003e - [x] Firebase Realtime Database [@react-native-firebase/database](https://rnfirebase.io/auth/usage)\n\u003e - [ ] Social Authentication\n\u003e - [ ] Push Notifications\n\u003e - [ ] File Upload\n\u003e - [ ] Barcode QR Code Scanner\n \u003e - [x] [AsyncStorage](@react-native-async-storage/async-storage) - community package\n\u003e - [x] [Reactoron](https://github.com/infinitered/reactotron) - Project State Inspector\n\u003e - [ ]  Vector Icons [react-native-vector-icons]() , [react-native-dynamic-vector-icons]()\n\u003e - [ ] Form Validation with [react-hook-form](react-hook-form)\n\u003e - [ ] Splash Screen\n\u003e - [ ] Theme (Colors, Palette)\n\u003e - [ ] Dark / Light Mode\n\u003e - [ ] Custom Fonts\n\u003e  - [ ] AI Tools ( TensorFlow )\n\u003e \n\n###  :coffee:  How to use ? \n* First clone the repo\n\u003e   ``git clone https://github.com/maximcoding/react-native-firebase-app.git``\n\n##### What next ? \n\n### For collaboration:\n* Switch to new branch:  ``git checkout -b myNewBranch``  \n*  Enjoy ! :)\n\n####  For Personal Use:\n* Remove \".git\" from project root folder with `rm -rf .git` (Terminal MacOS)\n* Switch to new branch (recommended) ``git checkout -b rename-app``\n   -  Rename the project ``npx react-native-rename@latest \"new_name\"``\n   - Or rename with custom Bundle Identifier ``npx react-native-rename@latest \"new_name\" -b \"bundle_identifier\"``\n   -  Then, Rename your app ``npx react-native-rename \"Travel App\"``\n    -  With custom Bundle Identifier `` npx react-native-rename \"Travel App\" -b \"com.junedomingo.travelapp\"``\n  \n```bash\n# using npm\nnpm start\n# OR using Yarn\nyarn start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n### Now what?\n\n- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).\n- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\nThis is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).\n\n# Getting Started\n\n\u003e**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till \"Creating a new application\" step, before proceeding.\n\n## Step 1: Start the Metro Server\n\nFirst, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.\n\nTo start Metro, run the following command from the _root_ of your React Native project:\n\n```bash\n# using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n## Step 2: Start your Application\n\nLet Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:\n\n### For Android\n\n```bash\n# using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n### For iOS\n\n```bash\n# using npm\nnpm run ios\n\n# OR using Yarn\nyarn ios\n```\n\nIf everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.\n\nThis is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.\n\n## Step 3: Modifying your App\n\nNow that you have successfully run the app, let's modify it.\n\n1. Open `App.tsx` in your text editor of choice and edit some lines.\n2. For **Android**: Press the \u003ckbd\u003eR\u003c/kbd\u003e key twice or select **\"Reload\"** from the **Developer Menu** (\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on Window and Linux) or \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eM\u003c/kbd\u003e (on macOS)) to see your changes!\n\n   For **iOS**: Hit \u003ckbd\u003eCmd ⌘\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e in your iOS Simulator to reload the app and see your changes!\n\n## Congratulations! :tada:\n\nYou've successfully run and modified your React Native App. :partying_face:\n\n### Now what?\n\n- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).\n- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).\n\n# Troubleshooting\n\nIf you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.\n\n# Learn More\n\nTo learn more about React Native, take a look at the following resources:\n\n- [React Native Website](https://reactnative.dev) - learn more about React Native.\n- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.\n- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.\n- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.\n- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximcoding%2Freact-native-firebase-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximcoding%2Freact-native-firebase-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximcoding%2Freact-native-firebase-app/lists"}