firebase_auth_oauth_web 1.1.1 copy "firebase_auth_oauth_web: ^1.1.1" to clipboard
firebase_auth_oauth_web: ^1.1.1 copied to clipboard

discontinuedreplaced by: firebase_auth
Platformweb

Web implementation for `firebase_auth_oauth`. Don't use directly. Instead import `firebase_auth_oauth` plugin.

firebase_auth_oauth_web #

Web implementation for firebase_auth_oauth

Usage #

Import the package #

To use this plugin in your Flutter app on the web, simply add the base firebase_auth_oauth package as a dependency in your pubspec.yaml

Updating index.html #

Due to [this bug in dartdevc][2], you will need to manually add the Firebase JavaScript files to your index.html file.

In your app directory, edit web/index.html to add the line:

<html>
    ...
    <body>
        <script src="https://www.gstatic.com/firebasejs/7.5.0/firebase-app.js"></script>
        <script src="https://www.gstatic.com/firebasejs/7.5.0/firebase-auth.js"></script>
        <script src="main.dart.js"></script>
    </body>
</html>
1
likes
110
pub points
56%
popularity

Publisher

verified publisheramryousef.me

Web implementation for `firebase_auth_oauth`. Don't use directly. Instead import `firebase_auth_oauth` plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

firebase, firebase_auth, firebase_auth_oauth_platform_interface, firebase_core, flutter, flutter_web_plugins, js

More

Packages that depend on firebase_auth_oauth_web