You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to not clutter the database with unnecessary entries. A new function in firebase_connector.py would need to be created to delete entries, which would be called at the corresponding aforementioned conditions.
The text was updated successfully, but these errors were encountered:
The Firestore Database entry for a specific
user_id
should be deleted if they cancelled the registration process:hostelhunt/app.py
Lines 338 to 343 in f9e496d
Or if they sent a
student_id
that has already been registered:hostelhunt/app.py
Lines 207 to 209 in f9e496d
This is to not clutter the database with unnecessary entries. A new function in
firebase_connector.py
would need to be created to delete entries, which would be called at the corresponding aforementioned conditions.The text was updated successfully, but these errors were encountered: