Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heitorgandolfi/firebase-auth
Application created for the purpose of testing external provider authentication with Firebase.
https://github.com/heitorgandolfi/firebase-auth
firebase firebase-auth react-router-dom reactjs styled-components typescript vite
Last synced: 8 days ago
JSON representation
Application created for the purpose of testing external provider authentication with Firebase.
- Host: GitHub
- URL: https://github.com/heitorgandolfi/firebase-auth
- Owner: heitorgandolfi
- Created: 2024-04-23T19:56:35.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T20:04:44.000Z (8 months ago)
- Last Synced: 2024-11-07T00:13:38.518Z (about 2 months ago)
- Topics: firebase, firebase-auth, react-router-dom, reactjs, styled-components, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firebase Auth
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![Firebase](https://img.shields.io/badge/firebase-a08021?style=for-the-badge&logo=firebase&logoColor=ffcd34)Application created for the purpose of testing external provider authentication with Firebase.
To install dependencies:
```bash
yarn install
```To run:
```bash
yarn run dev
```