Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Jun 17, 2024
1 parent 8df52af commit a832a65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 58 deletions.
56 changes: 1 addition & 55 deletions auth_rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// ...
```

2 changes: 1 addition & 1 deletion auth_rest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion firestore_rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion storage_rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a832a65

Please sign in to comment.