Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5b45543

Browse files
committed
Make firebase_auth dep on google_sign_in relative
1 parent c941316 commit 5b45543

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/firebase_auth/example/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ dependencies:
66
sdk: flutter
77
firebase_auth:
88
path: ../
9-
# TODO(jackson): Point this at pub once a stable version is published
109
google_sign_in:
11-
git: git://github.com/flutter/google_sign_in
10+
path: ../../google_sign_in
1211

1312
flutter:
1413
uses-material-design: true

0 commit comments

Comments
 (0)