Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```