Skip to content

Commit

Permalink
Update readme with correct link for config steps (firebase#2785)
Browse files Browse the repository at this point in the history
https://codelabs.developers.google.com/codelabs/flutter-firebase/#4 contains irrelevant steps for building a UI

The right Url for platform-specific steps is https://codelabs.developers.google.com/codelabs/flutter-firebase/#6
  • Loading branch information
miksen authored Jun 18, 2020
1 parent b492bf0 commit 8ecdf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_analytics/firebase_analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Flutter plugin to use the [Google Analytics for Firebase API](https://firebase
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).

## Usage
To use this plugin, add `firebase_analytics` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). You must also configure firebase analytics for each platform project: Android and iOS (see the example folder or https://codelabs.developers.google.com/codelabs/flutter-firebase/#4 for step by step details).
To use this plugin, add `firebase_analytics` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). You must also configure firebase analytics for each platform project: Android and iOS (see the example folder or https://codelabs.developers.google.com/codelabs/flutter-firebase/#6 for step by step details).

## Track PageRoute Transitions

Expand Down

0 comments on commit 8ecdf43

Please sign in to comment.