-
According to description in https://firebase.google.com/pricing/, we might have issue when more than 100 connections are made.
Consider Firebase practices port listening style, I assume the connecti…
-
Currently this plugin stores the chat data into firebase.com where you create a free account and with this one is able to handle only up to 50 connections for free. I'm in the need to use this plugin …
-
Basic info:
Android Studio version: Android Studio Giraffe | 2022.3.1 Patch 4
Firebase Component: In-App Messaging
Component version: firebase-bom:32.3.1
Describe the problem
We created a new cam…
-
Use Firebase to create authentication, where only restricted access to the dashboard is given. If the user is in the `auth_dashboard_users` collection, only then access is allowed to the dashboard
-
```
- Running pre install hooks
[!] The 'Pods-Runner' target has transitive dependencies that include statically linked binaries: (/Users/tossdown/Documents/FLUTTER/Projects/shezan/ios/Flu…
-
### Expected behavior
Import preserves NaN values and completes the import
### Actual behavior
If a document contains NaN values, they are translated to "undefined" which makes firebase import …
-
installing: npm i @xiges/generator-jhipster-firebase
running: yo @xiges/jhipster-firebase
result: Just found a `.yo-rc.json` in a parent directory.
Setting the project root at: /Users/joerg/git…
-
### Version
"nuxt": "^2.15.7",
"firebase": "^7.24.0",
"@nuxtjs/firebase": "^6.1.1",
### Steps to reproduce
Hi all !
I'm currently developing an SSR app deployed on Firebase (Hosting and Funct…
-
I'm trying to execute a simple query:
```py
from firesql.firebase import FirebaseClient
from firesql.sql import FireSQL
client = FirebaseClient()
client.connect(credentials_json={
...
})…
-
I have a wrapper component that redirects unauthenticated users and renders the children (layout in my case) if the user is logged in.
But sometimes it works and sometimes it wont load anything that …