-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase Authentication + Firestore setup #56
Conversation
8e8da09
to
60dc3fb
Compare
The setup looks good, and the structure as well. Could you link the resource you used to do the authentication? |
@@ -0,0 +1,31 @@ | |||
import 'package:flutter/material.dart'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is Fields List a component for all fields that exist, and MyFields for the fields of the user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, FieldList is an inner widget of the MyFields widget, listing all fields of the user
You all should be able to access our Firebase project in the web console: https://console.firebase.google.com/project/terrafarm-378218/overview. This Firebase project is connected to the GCP project Paul created in: https://console.cloud.google.com/home/dashboard?project=terrafarm-378218. |
.../frontend/README
for dummy credentials you can use for logging in (we may make it more fancy later once we have a logo etc.)Firestore database setup
Data models for User and Field added (more models and fields can be added on basis of necessity in the future)
Very simple list of fields displayed under "My Fields" screen to verify database interaction (issue Listview of all fields of this user #16 will handle this)