Flutter cloud_functions и cloud_firestore , firebase_database , firebase_storage не могут быть открыты в pubspec.yaml одновременно - PullRequest
0 голосов
/ 12 сентября 2018

Flutter cloud_functions и cloud_firestore, firebase_database, firebase_storage не могут быть открыты в pubspec.yaml одновременно, в противном случае будет сообщено об ошибке 100

firebase_core: ^0.2.5

cloud_functions: ^0.0.4

cloud_firestore: ^0.8.0

firebase_auth: ^0.5.20

firebase_database: ^1.0.4

firebase_storage: ^1.0.2

Вывод Xcode:

=== BUILD TARGET cloud_functions OF PROJECT Pods WITH CONFIGURATION Debug ===
/Users/mars/development/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.5.20/ios/Classes/FirebaseAuthPlugin.m:79:21: warning: 'signInWithCredential:completion:' is deprecated: Please use signInAndRetrieveDataWithCredential:completion: for Objective-C or signInAndRetrieveData(with:completion:) for Swift instead. [-Wdeprecated-declarations]
[[FIRAuth auth] signInWithCredential:credential
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...