markdown [Firebase] #firebase

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown [Firebase] #firebase相关的知识,希望对你有一定的参考价值。

#### Check for Google Play services
Apps that rely on the Play Services SDK should always check the device for a compatible Google Play services APK before accessing Google Play services features. It is recommended to do this in two places: in the main activity's onCreate() method, and in its onResume() method. The check in onCreate() ensures that the app can't be used without a successful check. The check in onResume() ensures that if the user returns to the running app through some other means, such as through the back button, the check is still performed.

If the device doesn't have a compatible version of Google Play services, your app can call GoogleApiAvailability.makeGooglePlayServicesAvailable() to allow users to download Google Play services from the Play Store.

以上是关于markdown [Firebase] #firebase的主要内容,如果未能解决你的问题,请参考以下文章

node_modules/@angular/fire/firebase.app.module.d.ts 中的错误?

使用@angular/fire@6.0.3 无法访问firebase.firestore.FieldValue.serverTimestamp()

markdown 介绍Fire语言

Fire Storage Exception([firebase_storage/unauthorized] 用户无权执行所需的操作。)(我的规则是允许读/写)

如果超时或无法访问服务器,Fire base 不会调用 onCancelled

如何在 Fire Base 中使用完成处理程序