Firebase Simultaneous Tests - firebase

Can anyone tell if the Limit of 24 Simultaneous Tests of Firebase A/B is by account or by channel? If I have some of the separate apps. Would there be 24 tests for each of them?
I tried to do more than 24 simultaneous tests and it's not working

Related

How to implement Crashlytics: App Not Responding feature in Firebase?

We have an existing app that has Crashlytics implemented. As I understand, App Not Responding report in Crashlytics is only for Android 11 and above, which most of our traffic meets as a condition.
In Crashlytics, I can see % for crash free users, total users and total crashed but - for ANR metric. How can I implement this?
Thanks.

See Firebase Test Lab Usage

Normally, you can see under "Usage and billing" the usage of all Firebase Services. We have integrated integration test with Firebase Test Lab into our CI. Now I want to know how much usage we use and when do we need to pay for our usage.
Is there any view in Firebase or Google Cloud Platform to the use Firebase Test Lab usage of the current project?
It appears you are currently using the Firebase Spark free tier? On that plan you may run tests on 10 virtual devices and 5 physical devices each day.
If you're using the Blaze pay-as-you-go plan, you can see Test Lab device usage in the Cloud Console. Start at https://console.cloud.google.com/billing and select your project and billing plan. From there you can view usage graphs and generate billing reports.

Firebase CLI database:remove very slow

I'm trying to remove a node (~100GB) in firebase using Firebase CLI
firebase database:remove /node and it works very slow. I cannot see any progress in the console but after 8 hours of running command, my Firebase storage amount is reduced by 5 GB only. Is there any way to efficiently remove large nodes?

Firebase experiments count limit

Currently in firebase console for my project I have 2 remote config experiments(running), 4 notification experiments(running), 3 remote config experiments drafts and 0 completed experiments. When i am pressing to start one more remote config experiment, firebase console syas "Error starting experiment: Too many running experiments".
What is the limit of firebase experiments (remote config/notification) that can be active?
From the Firebase documentation for Create Firebase Remote Config Experiments with A/B Testing:
To start your experiment, click Start Experiment. You can run up to 24 experiments per project at a time.
Firebase supports now up to 24 simultaneous experiments
reference link:
firebase documentation

Firebase - Concurrent Connections without Users being online

I´m using the Firebase Realtime Database and Cloud Functions.
I´m testing my app with two users.
However, in my Database Usage Page it says that the maximum concurrent connections were 37. Also, it says that I had 8 simultaneous connections at a day on which I actually did not test my app at all.
How does this work? I´m familiar with the definition given in the Firebase FAQ.
Do cloud functions count to the connections as well?
Best regards

Resources