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.

0 commit comments

Comments
 (0)