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

Commit

Permalink
Crosslink FlutterFire plugins (#129)
Browse files Browse the repository at this point in the history
* Crosslink FlutterFire plugins

* Fix links
  • Loading branch information
mit-mit committed Jun 15, 2017
1 parent e481ed5 commit d0f88cb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/firebase_analytics/README.md
Expand Up @@ -4,6 +4,8 @@

A Flutter plugin to use the [Firebase Analytics API](https://firebase.google.com/docs/analytics/).

For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).

*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_auth/README.md
Expand Up @@ -3,6 +3,8 @@ A Flutter plugin to use the [Firebase Authentication API](https://firebase.googl

[![pub package](https://img.shields.io/pub/v/firebase_auth.svg)](https://pub.dartlang.org/packages/firebase_auth)

For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).

*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_database/README.md
Expand Up @@ -4,6 +4,8 @@

A Flutter plugin to use the [Firebase Realtime Database API](https://firebase.google.com/products/database/).

For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).

*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_messaging/README.md
Expand Up @@ -6,6 +6,8 @@ A Flutter plugin to use the [Firebase Cloud Messaging (FCM) API](https://firebas

With this plugin, your Flutter app can receive and process push notifications as well as data messages on Android and iOS. Read Firebase's [About FCM Messages](https://firebase.google.com/docs/cloud-messaging/concept-options) to learn more about the differences between notification messages and data messages.

For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).

*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/firebase_storage/README.md
Expand Up @@ -4,6 +4,8 @@

A Flutter plugin to use the [Firebase Cloud Storage API](https://firebase.google.com/products/storage/).

For Flutter plugins for other Firebase products, see [FlutterFire.md](https://github.com/flutter/plugins/blob/master/FlutterFire.md).

*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/flutter/flutter/issues) and [Pull Requests](https://github.com/flutter/plugins/pulls) are most welcome!

## Usage
Expand Down

0 comments on commit d0f88cb

Please sign in to comment.