nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

:fire: NativeScript plugin for Firebase

Results 105 nativescript-plugin-firebase issues
Sort by recently updated
recently updated
newest added

Recently admob started displaying this message on the admin page: "Prepare your applications for iOS 14 Apple has announced the new AppTrackingTransparency framework, by which you must make changes to...

I just set up a HelloWorld project and install nativescript-plugin-firebase. When I run `ns run ios`, it produces a lot of warnings related to grpc and old-style function. Are these...

I am getting below error whenever I try to show interstitial ads on android(5.1.1). java.lang.RuntimeException: Unable to start activity ComponentInfo{----- /com.google.android.gms.ads.AdActivity}: android.util.AndroidRuntimeException: requestFeature() must be called before adding content **Note:**...

Hi, Firebase SDK returns **additionalUserInfo, credential, operationType & user** after successful login while this plugin returns **user** object in which credential is missing. I need this credential to get accessToken...

By loading the Barcodescanner camera the app crashes. Error: CONSOLE LOG: utils.ios.islandscape() is deprecated; use application.orientation instead NativeScript could not load bundle file:///System/Library/Frameworks/AVFAudio.frameworks Fix: disable Beep Audio

I tried to use firebase.IdTokenResult.token returned by getAuthToken() to access Google Drive API but it throws 402 Unauthorised access error. I followed below approach: 1: Called `getAuthToken()` to get token...

Anybody can help me what' wrong code? I use Nativescript 6 & nativescript-plugin-firebase 10.6.3 If I use fireBase.analytics.logEvent this params work in firebase debug view ``` let fireParams = [...

I am already using the firebase plugin and now want to use the google youtube apis to upload videos to youtube. The youtube apis requires oAth but since this plugin...

I'm using this plugin's authentication function to log in my users using Google. I tried to use the firebase access_token but get the error `Invalid Credentials` when trying to fetch...

I have been using the `OneSignal-Android-SDK` for some time, successfully. However, today I tried to start using the `nativescript-plugin-firebase` and I cam across issues with duplicate classes being defined: ```...