Open RonaldColyar opened 3 years ago
@FotieMConstant
@quiet-programmer
Are we finally sticking to firebase? Because I think we should get something we can have more control on like I talked with @RonaldColyar. Both now and later
@FotieMConstant it could work well.
We could collect our data and have a separate database also
But not the same data that we store in firebase it would be redundant,
Yeah, i think so as well. Please does anyone has Postgre or Mongo db online we can use?
@FotieMConstant we could configure a postgre db on heroku but it will be limited as they grant a max of 20 simultenous connections to the db
How much does it cost if we want to upgrade! Any idea?
@FotieMConstant the pricing plan varies greatly, here is a link you can check it out postgreSQL db Heroku pricing plan
@FotieMConstant @RonaldColyar before we join anything i'll share the structure of the db here so we could discuss it
NB : I used the information i had in mind on the project and that which @RonaldColyar shared recently to come up with this database
Assuming we are just going to continue using firebase:
Users
I don't want users to be able to write to each other's contacts .
So :
so it would look something like this for visualization!!:
user1/requests = { type: outgoing , to: user2, status: pending }
user2/requests = { type: received from : user1, status : pending }