https://github.com/aaronksaunders/gauth-mobile-react-app
A sample app showing how to integrate the Capacitor Firebase Authentication Plugin from CapAwesome Team in an Ionic React Application
https://github.com/aaronksaunders/gauth-mobile-react-app
firebase firebase-auth firebase-authentication firebase-database ionic
Last synced: about 1 month ago
JSON representation
A sample app showing how to integrate the Capacitor Firebase Authentication Plugin from CapAwesome Team in an Ionic React Application
- Host: GitHub
- URL: https://github.com/aaronksaunders/gauth-mobile-react-app
- Owner: aaronksaunders
- Created: 2022-08-08T23:31:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T23:41:45.000Z (almost 4 years ago)
- Last Synced: 2025-07-07T22:13:28.577Z (12 months ago)
- Topics: firebase, firebase-auth, firebase-authentication, firebase-database, ionic
- Language: TypeScript
- Homepage:
- Size: 539 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# # Capacitor Firebase Authentication Plugin from CapAwesome Team - Example React JS App
A sample app showing how to integrate the [ Capacitor Firebase Authentication Plugin from CapAwesome Team](https://github.com/capawesome-team/capacitor-firebase) in an Ionic React Application
I wrote this sample as a follow-up to the [VueJS Sample](https://github.com/aaronksaunders/mobile-gauth), and [video](https://youtu.be/64N1dIjljZo) because often I hear that there is not enough React and Vue content out there in comparison to the Angular content that exists for Ionic.
## Important
- Please make sure to follow the [installation and configuration directions](https://github.com/capawesome-team/capacitor-firebase/tree/main/packages/authentication) provided by the plugin
## Working With The Database
- - this plugin does not authenticate you with the javascript api, you will need todo that yourself in order to access the database in you mobile application
- REMEMEMER to log out of both the Plugin and the JS SDK in your application or things will get crazy