you-play / YouPlay

An app that creates mood-based playlists for seamless music streaming.
MIT License
3 stars 0 forks source link

feat: adds firebase auth #33

Closed sebastian-nunez closed 7 months ago

sebastian-nunez commented 7 months ago

Feat firebase auth

Description

Adds authentication via Firebase (login, sign up, logout)

Important: you will need to get GoogleService-Info.plist to be able to link up with Firebase locally

Changes

Screenshots

Firestore Auth

Users can create an account with an email and password

image

Firestore Database (users collection)

This collection will hold all the metadata for users.

Note: username is generated by the prefix of the user's email (ex. johndoe@gmail.com -> johndoe)

image