Skip to content

Commit

Permalink
[cloud_firestore] Move cloud_firestore to its own subdir. (firebase#1504
Browse files Browse the repository at this point in the history
)

* Move cloud_firestore to cloud_firestore/cloud_firestore. This is required for federated implementations.
* Update docs, version bump to 0.12.10+4
* Fix analysis_options.yaml
  • Loading branch information
ditman authored Nov 28, 2019
1 parent ccb260a commit 19caad7
Show file tree
Hide file tree
Showing 87 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.10+4

* Moved package to `cloud_firestore/cloud_firestore` subdir, to allow for federated implementations.

## 0.12.10+3

* Fixed test that used `FirebaseApp.channel`.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# the new lints that are already failing on this plugin, for this plugin. It
# should be deleted and the failing lints addressed as soon as possible.

include: ../../analysis_options.yaml
include: ../../../analysis_options.yaml

analyzer:
errors:
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: cloud_firestore
description: Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with
live synchronization and offline support on Android and iOS.
author: Flutter Team <[email protected]>
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore
version: 0.12.10+3
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_firestore/cloud_firestore
version: 0.12.10+4

flutter:
plugin:
Expand Down

0 comments on commit 19caad7

Please sign in to comment.