omgitsmiles / ctrl-your-finances

Flatiron Hackathon
0 stars 2 forks source link

Link user from Firebase auth to database info #44

Closed jgrimes86 closed 7 months ago

jgrimes86 commented 7 months ago

We have account and transaction data being stored in the database, but no way to associate that data with a logged in user. Firebase offers server hosting, but it is a no-SQL server so it is not an option right now. We should have a way to link a Firebase-authenticated user to a user instance in the database.