Skip to content

Commit c229420

Browse files
Update READMEs with consistent contribution instructions (#1378)
* Update READMEs * Update firebase_in_app_messaging to 0.1.0
1 parent cb14296 commit c229420

File tree

45 files changed

+217
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+217
-58
lines changed

packages/cloud_firestore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.9+8
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.12.9+7
26

37
* Remove AndroidX warning.

packages/cloud_firestore/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A Flutter plugin to use the [Cloud Firestore API](https://firebase.google.com/do
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Setup
1210

1311
To use this plugin:
@@ -102,3 +100,13 @@ Firestore.instance.runTransaction((Transaction tx) async {
102100
## Getting Started
103101

104102
See the `example` directory for a complete sample app using Cloud Firestore.
103+
104+
## Issues and feedback
105+
106+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
107+
108+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
109+
110+
To contribute a change to this plugin,
111+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
112+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/cloud_firestore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database
33
live synchronization and offline support on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore
6-
version: 0.12.9+7
6+
version: 0.12.9+8
77

88
flutter:
99
plugin:

packages/cloud_functions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1+4
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.4.1+3
26

37
* Remove AndroidX warning.

packages/cloud_functions/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A Flutter plugin to use the [Cloud Functions for Firebase API](https://firebase.
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Setup
1210

1311
To use this plugin:
@@ -54,3 +52,13 @@ dynamic resp = await callable.call(<String, dynamic>{
5452
## Getting Started
5553

5654
See the `example` directory for a complete sample app using Cloud Functions for Firebase.
55+
56+
## Issues and feedback
57+
58+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
59+
60+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
61+
62+
To contribute a change to this plugin,
63+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
64+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/cloud_functions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cloud_functions
22
description: Flutter plugin for Cloud Functions.
3-
version: 0.4.1+3
3+
version: 0.4.1+4
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions
66

packages/firebase_admob/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.0+9
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.9.0+8
26

37
* Remove AndroidX warning.

packages/firebase_admob/README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ A plugin for [Flutter](https://flutter.io) that supports loading and
44
displaying banner, interstitial (full-screen), and rewarded video ads using the
55
[Firebase AdMob API](https://firebase.google.com/docs/admob/).
66

7-
*Note*: This plugin is in beta, and may still have a few issues and missing APIs.
8-
[Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and
9-
[Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are welcome.
7+
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
108

119
## AndroidManifest changes
1210

@@ -186,8 +184,7 @@ method.
186184

187185
## Limitations
188186

189-
This is just an initial version of the plugin. There are still some
190-
limitations:
187+
This plugin currently has some limitations:
191188

192189
- Banner ads cannot be animated into view.
193190
- It's not possible to specify a banner ad's size.
@@ -197,5 +194,12 @@ limitations:
197194
- The example should demonstrate how to show gate a route push with an
198195
interstitial ad
199196

200-
For Flutter plugins for other Firebase products, see
201-
[README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
197+
## Issues and feedback
198+
199+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
200+
201+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
202+
203+
To contribute a change to this plugin,
204+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
205+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_admob/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase AdMob, supporting
33
banner, interstitial (full-screen), and rewarded video ads
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob
6-
version: 0.9.0+8
6+
version: 0.9.0+9
77

88
flutter:
99
plugin:

packages/firebase_analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.6
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 5.0.5
26

37
* Remove AndroidX warning.

packages/firebase_analytics/README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A Flutter plugin to use the [Google Analytics for Firebase API](https://firebase
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Usage
1210
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).
1311

@@ -37,4 +35,14 @@ for an example of how to wire that up.
3735
See the [`example`][example] directory for a complete sample app using Google Analytics for Firebase.
3836

3937
[example]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/example
40-
[tabs_page]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/example/lib/tabs_page.dart
38+
[tabs_page]: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/example/lib/tabs_page.dart
39+
40+
## Issues and feedback
41+
42+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
43+
44+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
45+
46+
To contribute a change to this plugin,
47+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
48+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_analytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Google Analytics for Firebase, an app measuremen
33
solution that provides insight on app usage and user engagement on Android and iOS.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics
6-
version: 5.0.5
6+
version: 5.0.6
77

88
flutter:
99
plugin:

packages/firebase_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.0+8
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.14.0+7
26

37
* Remove AndroidX warning.

packages/firebase_auth/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ A Flutter plugin to use the [Firebase Authentication API](https://firebase.googl
55

66
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
77

8-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
9-
108
## Usage
119

1210
### Configure the Google sign-in plugin
@@ -139,5 +137,10 @@ for a complete sample app using the Firebase authentication.
139137

140138
## Issues and feedback
141139

142-
Please file [issues](https://github.com/FirebaseExtended/flutterfire/issues/new)
143-
to send feedback or report a bug. Thank you!
140+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
141+
142+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
143+
144+
To contribute a change to this plugin,
145+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
146+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
44
like Google, Facebook and Twitter.
55
author: Flutter Team <[email protected]>
66
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth
7-
version: 0.14.0+7
7+
version: 0.14.0+8
88

99
flutter:
1010
plugin:

packages/firebase_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1+3
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.4.1+2
26

37
* Remove AndroidX warning.

packages/firebase_core/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,20 @@ A Flutter plugin to use the Firebase Core API, which enables connecting to multi
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Usage
10+
1211
To use this plugin, add `firebase_core` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
1312

1413
## Getting Started
1514

1615
See the `example` directory for a complete sample app using Firebase Core.
16+
17+
## Issues and feedback
18+
19+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
20+
21+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
22+
23+
To contribute a change to this plugin,
24+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
25+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Core, enabling connecting to multiple
33
Firebase apps.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_core
6-
version: 0.4.1+2
6+
version: 0.4.1+3
77

88
flutter:
99
plugin:

packages/firebase_crashlytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1+1
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.1.1
26

37
* Log FlutterErrorDetails using Flutter's standard `FlutterError.dumpErrorToConsole`.

packages/firebase_crashlytics/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ A Flutter plugin to use the [Firebase Crashlytics Service](https://firebase.goog
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Usage
1210

1311
### Import the firebase_crashlytics plugin
@@ -124,5 +122,10 @@ for a complete sample app using `firebase_crashlytics`.
124122

125123
## Issues and feedback
126124

127-
Please file [issues](https://github.com/FirebaseExtended/flutterfire/issues/new)
128-
to send feedback or report a bug. Thank you!
125+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
126+
127+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
128+
129+
To contribute a change to this plugin,
130+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
131+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_crashlytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: firebase_crashlytics
22
description:
33
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
44
Firebase console.
5-
version: 0.1.1
5+
version: 0.1.1+1
66
author: Flutter Team <[email protected]>
77
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics
88

packages/firebase_database/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.9
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 3.0.8
26

37
* Remove AndroidX warning.

packages/firebase_database/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,19 @@ A Flutter plugin to use the [Firebase Realtime Database API](https://firebase.go
66

77
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
88

9-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
10-
119
## Usage
1210
To use this plugin, add `firebase_database` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).
1311

1412
## Getting Started
1513

1614
See the `example` directory for a complete sample app using Firebase Realtime Database.
15+
16+
## Issues and feedback
17+
18+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
19+
20+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
21+
22+
To contribute a change to this plugin,
23+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
24+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_database/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Database, a cloud-hosted NoSQL database
33
with realtime data syncing across Android and iOS clients, and offline access.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_database
6-
version: 3.0.8
6+
version: 3.0.9
77

88
flutter:
99
plugin:

packages/firebase_dynamic_links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+6
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.5.0+5
26

37
* Remove AndroidX warning.

packages/firebase_dynamic_links/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ In addition, Dynamic Links work across app installs: if a user opens a Dynamic L
1010

1111
For Flutter plugins for other Firebase products, see [README.md](https://github.com/FirebaseExtended/flutterfire/blob/master/README.md).
1212

13-
*Note*: This plugin is still under development, and some APIs might not be available yet. [Feedback](https://github.com/FirebaseExtended/flutterfire/issues) and [Pull Requests](https://github.com/FirebaseExtended/flutterfire/pulls) are most welcome!
14-
1513
## Usage
1614

1715
To use this plugin, add `firebase_dynamic_links` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). You must also configure firebase dynamic links 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).
@@ -154,3 +152,13 @@ If your app did not open from a dynamic link, `getInitialLink()` will return `nu
154152
## Getting Started
155153

156154
See the `example` directory for a complete sample app using Google Dynamic Links for Firebase.
155+
156+
## Issues and feedback
157+
158+
Please file Flutterfire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/FirebaseExtended/flutterfire/issues/new).
159+
160+
Plugin issues that are not specific to Flutterfire can be filed in the [Flutter issue tracker](https://github.com/flutter/flutter/issues/new).
161+
162+
To contribute a change to this plugin,
163+
please review our [contribution guide](https://github.com/FirebaseExtended/flutterfire/blob/master/CONTRIBUTING.md),
164+
and send a [pull request](https://github.com/FirebaseExtended/flutterfire/pulls).

packages/firebase_dynamic_links/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: firebase_dynamic_links
22
description: Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
33
and handling links across multiple platforms.
4-
version: 0.5.0+5
4+
version: 0.5.0+6
55

66
author: Flutter Team <[email protected]>
77
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_dynamic_links

packages/firebase_in_app_messaging/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.0
2+
3+
* Updated README instructions for contributing for consistency with other Flutterfire plugins.
4+
15
## 0.0.1+4
26

37
* Update example app with correct const constructors.

0 commit comments

Comments
 (0)