Skip to content

BubbleShield is a security based app that is made especially for University and High School students. This can help to notify security department of your school with its amazing features and helps to reduce crime rates.

Notifications You must be signed in to change notification settings

poudelef/BubbleShield

Repository files navigation

BubbleShield

Security based app developed for Navigating safely douring emergency situation.

Firebase authentication

void main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,
);
listen for authentication state changes
FirebaseAuth.instance.userChanges().listen((User? user) {
if (user == null) {
print('User is currently signed out!');
} else {
print('User is signed in!');
}
});

About

BubbleShield is a security based app that is made especially for University and High School students. This can help to notify security department of your school with its amazing features and helps to reduce crime rates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published