Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeck0v/fastapi-firebase-auth

Fastapi + Firebase + nginx + mkcert + docker | Firebase authentification
https://github.com/jeck0v/fastapi-firebase-auth

fastapi firebase-auth mkcert nginx

Last synced: about 1 month ago
JSON representation

Fastapi + Firebase + nginx + mkcert + docker | Firebase authentification

Awesome Lists containing this project

README

        

#

FastApi - Firebase


## 🛠️ Tech Stack
- [mkcert](https://github.com/FiloSottile/mkcert)
- [FastAPI](https://fastapi.tiangolo.com/)
- [nginx](https://nginx.org/en/docs/)
- [Docker](https://www.docker.com/)
- [Firebase](https://firebase.google.com/)

## 🧑🏻‍💻 App

In the SSL folder

```bash
mkcert localhost
```
Now integrate your serviceAccountKey.json from Firebase instead of my files

Now you can return to the root folder and make

```bash
docker-compose up --build
```
You can test it:

https://localhost/docs

## Arnaud Fischer