-
so this is just an opinion: I found this function in `/firebase/firestore.js` which uses unconventional Boolean logic to run some code or not, whereas typically you would see that pattern in JSX.
I…
-
We are using CachedNetworkImage to load the images from Firebase storage.
Crashlytics shows a lot of exceptions from the Firebase Storage links.
I already reported this issue to Flutter https://g…
-
I like what you've created with FirebaseImage. I am running into a little struggle because I have a `StorageReference` to my image instead of a _fully qualified location (with `gs:` prefix)_.
**W…
-
### Steps to reproduce
1. `flutter create bug`
2. `cd bug/`
3. `flutter build web --build-name=1.0.0 --build-number=1 --pwa-strategy=none`
5. `cd build/web/`
6. `dhttpd`
8. Load the website (h…
-
When utillizing the code and following the tutorial at: https://deno.com/deploy/docs/tutorial-firebase/
On first visit, the deploy fails.
0 | TypeError: Cannot read properties of null (reading…
-
Hi! I want to use Firebase in AsyncTask.
Does it support this usage?
Because I'm having problem with it.
Can I add `WidgetsFlutterBinding.ensureInitialized()` in AsyncTask `run` method?
-
## 🐛 Bug Report
### Expected behavior
Images display without problems.
### Reproduction steps
I updated plugin version from 1.4.2 to 3.1.2 and released on Google Play Store.
(At the same …
-
### How can we reproduce the crash?
_No response_
### JavaScript/TypeScript code that reproduces the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun …
-
Assuming a Firebase Auth setup & given a signup form field like...
```
```
and a submit function like....
```
const onSubmit = async (data) => {
signUp(…
-
### Describe the bug
If the application crashes upon startup, the Datadog Flutter SDK fails to upload a crash report to Datadog upon application restart. The crash report only appears after the nex…