diff --git a/auth_rest/README.md b/auth_rest/README.md index 2aeffe7..5e0452f 100644 --- a/auth_rest/README.md +++ b/auth_rest/README.md @@ -4,66 +4,12 @@ REST API ## Firebase Initialization -### Usage in IO - ``` dependencies: tekartik_firebase_auth_rest: git: - url: https://github.com/tekartik/firebase_auth.dart + url: https://github.com/tekartik/firebase_rest.dart path: auth_rest ref: dart3a version: '>=0.3.8' ``` - -```dart -import 'package:tekartik_firebase_auth_browser/auth_browser.dart'; - -void main() { - var authService = authServiceBrowser; - // ... -} -``` - -### Usage on node - -``` -dependencies: - tekartik_firebase_auth_node: - git: - url: https://github.com/tekartik/firebase_auth.dart - path: auth_node - ref: dart3a - version: '>=0.3.8' -``` - -```dart -import 'package:tekartik_firebase_auth_node/auth_node.dart'; - -void main() { - var authService = authServiceNode; - // ... -} -``` - -## Generic usage - -``` -dependencies: - tekartik_firebase_auth: - git: - url: https://github.com/tekartik/firebase_auth.dart - path: auth - ref: dart3a - version: '>=0.3.8' -``` - - -## Auth access - -```dart -var auth = authService.auth(app); -// ... - -``` - diff --git a/auth_rest/pubspec.yaml b/auth_rest/pubspec.yaml index 898d737..a75e3ad 100644 --- a/auth_rest/pubspec.yaml +++ b/auth_rest/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: version: '>=0.9.0' tekartik_firebase_rest: git: - url: https://github.com/tekartik/firebase.dart + url: https://github.com/tekartik/firebase_rest.dart path: firebase_rest ref: dart3a version: '>=0.8.3' diff --git a/firestore_rest/README.md b/firestore_rest/README.md index aec08e0..3dcf436 100644 --- a/firestore_rest/README.md +++ b/firestore_rest/README.md @@ -6,7 +6,7 @@ In `pubspec.yaml`: dependencies: tekartik_firebase_firestore_rest: git: - url: https://github.com/tekartik/firebase_firestore.dart + url: https://github.com/tekartik/firebase_firestore_rest.dart path: firestore_rest ref: dart3a version: '>=0.8.0' diff --git a/storage_rest/README.md b/storage_rest/README.md index 0a70a0b..7793782 100644 --- a/storage_rest/README.md +++ b/storage_rest/README.md @@ -8,7 +8,7 @@ In `pubspec.yaml`: dependencies: tekartik_firebase_storage_rest: git: - url: https://github.com/tekartik/firebase_storage.dart + url: https://github.com/tekartik/firebase_rest.dart path: storage_rest ref: dart3a version: '>=0.7.2'