Package com.example.breeze_seas
Class FirebaseSession
java.lang.Object
com.example.breeze_seas.FirebaseSession
Ensures the app has a Firebase auth session before Firestore access.
The project currently does not expose a user-facing Firebase Auth flow, so
anonymous auth is used as the minimum viable session for Firestore rules that
require request.auth != null.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceReceives the result of the anonymous-auth bootstrap used before Firestore access. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
-
Method Details
-
ensureAuthenticated
-