samuelsogbesan / leetbot

LeetCode Question Bot for Discord.
Apache License 2.0
1 stars 0 forks source link

[OLD] Migrate QuestionTable to Firestore #26

Closed samuelsogbesan closed 3 years ago

samuelsogbesan commented 3 years ago

Firebase provides two databases: firestore and realtime database.

We are moving the QuestionTable to firestore since it has better support for querying and modelling data.

An article contrasting the two can be found here

samuelsogbesan commented 3 years ago

Messed up commit history. making a new pr