Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edocbuhtig/ionic7-firebase-authentication-starter
ionic 7 Firebase Authentication, starter app
https://github.com/edocbuhtig/ionic7-firebase-authentication-starter
angular angularfirebase firebase-auth ionic ionic7
Last synced: about 3 hours ago
JSON representation
ionic 7 Firebase Authentication, starter app
- Host: GitHub
- URL: https://github.com/edocbuhtig/ionic7-firebase-authentication-starter
- Owner: edocbuhtig
- License: mit
- Created: 2023-09-18T08:25:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-26T11:06:16.000Z (10 days ago)
- Last Synced: 2025-01-26T12:18:46.742Z (10 days ago)
- Topics: angular, angularfirebase, firebase-auth, ionic, ionic7
- Language: TypeScript
- Homepage:
- Size: 375 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic 7 Firebase Authentication UI Linked page templates, starter app
after git clone run npm i to install node modules npm packages
then run, npm audit to check for npm packages needs security updates,
or run npm outdated - this command will display a list of outdated npm packages
if npm audit fix fails, then run
`
npm aduit fix --force`Add, missing Angular firebase package using
`ng add @angular/fire`PS: This app is only a working UI routing linked template to get you started
[How to Ugrade this Ionic Project to version 8](https://youtu.be/vAxrXo8MwqQ?si=iCLSk5TcKGzME_Qn)
[Watch all my Tutorial Videos ](https://www.youtube.com/@Full_Stack_Dev_Bharat)
[How to Import/ Integrate Firebase](https://github.com/angular/angularfire)