hangforever / hangzone-frontend

An app that enables hangers all over the world to discover and share zones in which to hang ;)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Feature/build login #31

Closed aburd closed 4 years ago

aburd commented 4 years ago

Description

Builds login screen

スクリーンショット 2020-08-02 4 45 05

What issue does this address? (if any)

closes #23

More information

aburd commented 4 years ago

At the moment, the rules for the firebase database has to be updated so that we can create records. https://console.firebase.google.com/u/0/project/hangzone-494fc/database/firestore/rules

aburd commented 4 years ago

@scootyboots I'm starting to make modules inside the db directory that just import our instance of firebase and use it directly. Putting the DB logic in these modules will keep the component code a bit cleaner.

If this looks good, I'd like to merge this before this gets any bigger.

scootyboots commented 4 years ago

@aburd Cool, yeah I agree that seems like it'll be good to keep the modules more clean. I think I have an okay idea of how this is working, but maybe we can have a phone call tomorrow or the day after just to make sure I get it.

This is unrelated to this branch, but I noticed that it looks like we need to pass Field components something besides a blank string in order for the text inputs to render out.

Anyway, might as well merge this bad boa.