expo-firebase-authentication
react-native-dotenv
Our great sponsors
expo-firebase-authentication | react-native-dotenv | |
---|---|---|
3 | 10 | |
4 | 566 | |
- | - | |
0.7 | 7.8 | |
over 1 year ago | 4 days ago | |
JavaScript | JavaScript | |
- | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
expo-firebase-authentication
-
Email and Password Based Authentication with Expo and Firebase Part 2: Sign up, Email Verification, and Sign Out
To being with, create the /components directory by running mkdir -p src/components and the email and password form touch src/components/EmailAndPasswordForm.js. The full code for the component can be found in the Github repository, but I'll highlight some of the important bits here.
-
Email and Password Based Authentication with Expo and Firebase Part 1: Project Setup
The goal of this series of blog posts, is to provide a simple example of how to setup Expo and Firebase with email and password based authentication. When done, this app will support sign up, sign in, sign out, email verification, and password reset. All the code for this series of blog posts is available on this Github repository. Let's jump right in.
react-native-dotenv
-
How to manage environments in React Native with my open-source tool Variabler
It's not possible to use react-native-dotenv in native code files like `build.gradle` or `Info.plist`: https://github.com/goatandsheep/react-native-dotenv/issues/190
-
π± A template for your next React Native project π
βοΈ Handel environment variables with react-native-env
-
React Native Mobile Apps, Working With React Navigation Auth, Supabase, And React Hook Form
There are a few special libraries from npm that are used to make all this work and we cover them all in the video. Specifically we needed an AsyncStorage library and dotEnv, a library to manage local environment variable for the application
-
Email and Password Based Authentication with Expo and Firebase Part 1: Project Setup
It's time to use the Firebase project configuration in the Expo app. To do so, first install the Firebase SDK by running expo install firebase. Additionally, install react-native-dotenv by running npm install react-native-dotenv, so that environment variables can be imported in the app via an .env file. Next, add the module:react-native-dotenv plugin to the default Expo babel.config.js file.
-
Securing React Native Application
Itβs recommended to use react-native-config and react-native-dot-env to place your secure key, endpoint.
What are some alternatives?
react-native-config - Bring some 12 factor love to your mobile apps!
react-native-starter - πA powerful react native starter template that bootstraps development of your mobile application
react-native-email-link - π Open an email client from React Native (for 'magic link' type functionality).
gen-env-template - Generate documentation for your environment variables
awesome-react-native - Awesome React Native components, news, tools, and learning material!
supabase - The open source Firebase alternative. Follow to stay updated about our public Beta.
rootbeer - Simple to use root checking Android library and sample app
TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
react-native-bootsplash - π Show a splash screen during app startup. Hide it when you are ready.
examples - Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
react-native - A framework for building native applications using React
starter-workflows - Accelerating new GitHub Actions workflows