firebase_web 5.0.9 copy "firebase_web: ^5.0.9" to clipboard
firebase_web: ^5.0.9 copied to clipboard

discontinuedreplaced by: firebase

Firebase libraries for Dart on the web and server with Cloud Functions

example/main.dart

import 'dart:html';

import 'package:firebase_web/firebase.dart' as fb;
import 'package:firebase_web/src/assets/assets.dart';

main() async {
  //Use for firebase package development only
  await config();

  try {
    fb.initializeApp(
        apiKey: apiKey,
        authDomain: authDomain,
        databaseURL: databaseUrl,
        storageBucket: storageBucket,
        projectId: projectId);

    //Your app here
  } on fb.FirebaseJsNotLoadedException catch (e) {
    print(e);
  }
}
9
likes
40
pub points
52%
popularity

Publisher

unverified uploader

Firebase libraries for Dart on the web and server with Cloud Functions

Repository (GitHub)
View/report issues
Contributing

License

MIT (LICENSE)

Dependencies

googleapis_auth, http, js, service_worker

More

Packages that depend on firebase_web