https://github.com/webmae/becode-workshop-firebase-cedric_fournier
Workshop sur Firebase suivi chez BeCode, hosted par Cedric Fournier
https://github.com/webmae/becode-workshop-firebase-cedric_fournier
Last synced: 11 months ago
JSON representation
Workshop sur Firebase suivi chez BeCode, hosted par Cedric Fournier
- Host: GitHub
- URL: https://github.com/webmae/becode-workshop-firebase-cedric_fournier
- Owner: webmae
- Created: 2018-10-11T13:04:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T13:18:09.000Z (over 7 years ago)
- Last Synced: 2025-05-30T07:36:32.756Z (about 1 year ago)
- Language: JavaScript
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Workshop Firebase](https://github.com/Cedric-Fournier/Becode-Workshop-Firebase)
- **Quoi ?** : Workshop sur Firebase pendant ma formation chez BeCode.
- **Animateur** : Cedric Fournier - [Linkedin](https://www.linkedin.com/in/cedric-fournier/) - [GitHub](https://github.com/Cedric-Fournier)
- **Où ?** : [BeCode](https://www.becode.org/) - Johnson 2
- **Quand ?** :
- *Préparation* : juin 2018
- *Première Présentation* : Mercredi 10 octobre 2018
## Thèmes abordés
- Qu'est-ce que [Firebase](https://firebase.google.com/) ?
- [Realtime Database](https://firebase.google.com/docs/database/)
- [Authentification](https://firebase.google.com/docs/auth/)
- [Storage](https://firebase.google.com/docs/storage/)
- [Cloud Firestore](https://firebase.google.com/docs/firestore/)
## Objectifs :
Pendant ce workshop vous allez apprendre à prendre en main Firebase. À la fin vous devriez pouvoir utiliser les différents composants pour divers projets.
## [Lien vers le contenu du workshop original](https://github.com/Cedric-Fournier/Becode-Workshop-Firebase)

## Schéma du Workshop
- **Intro**
- **Realtime Database**
- Créer et afficher notre DB
- Modifier et supprimer de la data de notre DB
- **Storage**
- Utiliser le composant Storage
- **Authentification**
- Authentification avec Email & Password
- Authentification avec Google, Facebook et GitHub
- **Cloud Firestore**
- Créer et afficher notre DB
- Modifier et supprimer de la data de notre DB