error cordova android 11.0.0 firebase auth - firebase-authentication

Good day.
I try to authenticate with firebase using cordova and android 11.0.0 I followed this tutorial:
https://firebase.google.com/docs/auth/web/cordova
But I have an error with the plugin cordova-plugin-browsertab has a dependency with cordova-plugin-compat that is not compatible for versions higher than android 6.0 I don't know how to solve it to be able to authenticate with firebase.
I don't know how to solve it to be able to authenticate with firebase.

Related

Can we use Angularfire with a natively hosted ionic app?

I am building an ionic application that I hope to deploy as an android and ios application. I wish to use firebase so I was wondering if angularfire would still work or do I need to use a Cordova plugin?
Yes, you can use AngularFire in your Ionic Mobile Android or iOS app. That is how 99 percent of apps using Firebase are connecting. Its the most popular lib for working with firebase.

Can we use Realm in React Native project with Expo?

I am making a Mobile app in React Native with Expo.
Now I am thinking that I will use Realm to manage state in my project.
However, I am not sure that I can use Realm on Expo or not.
Expo is quite useful to create React Native Mobile Apps easily and quickly, but sometimes there are some conflict with some modules and libraries.
So, could you teach me that Realm can work on Expo or not?
Thank you,
Update 24 Jan 2022
The feature request was marked as Complete today.
I can confirm that Realm works with custom dev clients.
Here is an expo/example you can use to get started today --courtesy of the Realm team.
We won't be adding Realm to the Expo Go app (that you download from the App Store or Google Play Store) since we are limiting the amount of native third-party services that we include by default.
Update 2 July 2021
The feature request has been marked it as In Progress by the Expo team.
https://expo.canny.io/feature-requests/p/realm
It should be included as part of a custom development client, you can read more about custom development clients here https://blog.expo.dev/introducing-custom-development-clients-5a2c79a9ddf8
Previous answer
From the realm docs
Expo does not support Realm
Unfortunately, Expo does not support Realm. If you use the Expo CLI or create-react-native-app to create your React Native project, you will need to "eject" your Expo project to use Realm. The installation steps on this page do not use the Expo CLI.
https://docs.mongodb.com/realm/sdk/react-native/install/
It has been a feature request for expo since 2017 https://expo.canny.io/feature-requests/p/support-for-realm
Finally, Expo now works with realm.
Expo Announcement
Guide
not yet
you can check for support state from here:
https://expo.canny.io/feature-requests/p/support-for-realm
Yes, Expo now has a way of doing this using Custom Dev clients. Here is an example app from the Realm team.
https://github.com/expo/examples/tree/master/with-realm
You can also see this request is marked as complete on the Expo feature request site.
https://expo.canny.io/feature-requests/p/realm

Android Things with Crashlytics error

I use Android Things Developer Preview 7.
Without Crashlytics my app works properly.
When I install fabric.Crashylitics on the code:
Fabric.with(this, new Crashlytics());
I receive the following error:
Caused by: io.fabric.sdk.android.services.concurrency.UnmetDependencyException: This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up,
install an Android build tool and ask a team member to invite you to this app's organization.
at com.crashlytics.android.core.CrashlyticsCore.onPreExecute(CrashlyticsCore.java:233)
at com.crashlytics.android.core.CrashlyticsCore.onPreExecute(CrashlyticsCore.java:207)
at io.fabric.sdk.android.InitializationTask.onPreExecute(InitializationTask.java:44)
at io.fabric.sdk.android.services.concurrency.AsyncTask.executeOnExecutor(AsyncTask.java:611)
at io.fabric.sdk.android.services.concurrency.PriorityAsyncTask.executeOnExecutor(PriorityAsyncTask.java:43)
at io.fabric.sdk.android.Kit.initialize(Kit.java:69)
at io.fabric.sdk.android.Fabric.initializeKits(Fabric.java:440)
at io.fabric.sdk.android.Fabric.init(Fabric.java:384)
at io.fabric.sdk.android.Fabric.setFabric(Fabric.java:342)
at io.fabric.sdk.android.Fabric.with(Fabric.java:313)
at androidthings.project.alarm.MainActivity.onCreate(MainActivity.java:60)
at android.app.Activity.performCreate(Activity.java:7000)
at android.app.Activity.performCreate(Activity.java:6991)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1214)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2731)
Does Crashlytics support Android Things?

How to add browser platform to MFP cordova app?

I'm looking for a way to add browser platform to the current mfp cordova app for testing purpose. When I tried to run mfp cordova platform add browser, I got the error
Error: Hook not implemented yet for browser
By the looks of the commands, you're using 7.1. This release does not support the Web platform for Cordova apps.
Note that Mobile Foundation 8.0 supports standard Cordova apps, including the Web platform.

Trigger.io Android mobile app using outdated Facebook SDK? Warning to upgrade to 3.0.1 from Facebook

I've recently received an alert in developer.facebook.com for my Android app built using Trigger.io Forge:
Please upgrade to the Facebook SDK 3.0.1 for Android
attentionThursday
This app uses an outdated version of the Facebook SDK for Android. Please download the latest version: Android SDK 3.0.1. You can also learn how the newest SDK makes it easier and faster to build great mobile apps.
We also provide an upgrade guide to make this process as easy as possible.
Facebook will stop supporting v2.0 of the SDK in June 2013, so you are advised to upgrade to the new SDK as soon as possible.
I'm using the latest forge platform version 1.4.38.
What version of the FB SDK is Trigger.io using, and what is the schedule for updating to 3.0.1?
We updated our integration to the latest Facebook Android SDK (3.0.1 at this time) in our v1.4.41 platform version:
http://docs.trigger.io/en/v1.4/release-notes.html#v1-4-41