Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [firebase]

Firebase is a serverless platform for unified development of applications for mobile devices and for the web.

firebase
1 vote
0 answers
11 views

unable to upload images into firebase storage in after deployment

I have flutter web app and uploading images works perfectly fine in debug mode but after i deployed it on firebase it's not working it's giving me this error Upload error: PlatformException(channel-...
Abemelek Ermias's user avatar
0 votes
0 answers
18 views

firebase save old user [closed]

I don't really know how to describe the problem… First, I logged in with the email [email protected]. Then I logged out of the app and logged in with another email - [email protected]. After ...
anikev's user avatar
  • 1
0 votes
0 answers
18 views

Firebase onCall Functions Blocked by CORS, tried as true, with links, as false

Yes there are hundreds of post already about this, I've tried every solution. And it's still not working. I have onCall firebase functions working fine locally, but not when deployed to staging. I ...
lando2319's user avatar
  • 1,739
1 vote
1 answer
20 views

Do onCall and onRequest Google Cloud Functions also follow the at-least-once execution pattern?

From the official Cloud Functions docs: Cloud Functions provides at-least-once execution of an event-driven function for each event emitted by an event source. Does that also apply to onCall and ...
cbdeveloper's user avatar
  • 30.4k
0 votes
1 answer
24 views

Trying to go into a deep link on clicking a notification, but app opens, but stays on first screen

I have build an android app using flutter and firebase. I have used go_router to set up all the navigation and deep links. The deep link works correctly when I click on a link (say pasted on whatsapp)...
Sanjay Dattatri's user avatar
0 votes
0 answers
21 views

Function updateDoc() called with invalid data. Unsupported field value: a custom __PRIVATE_ArrayRemoveFieldValueImpl object [closed]

I'm trying to run arrayRemove() and returns with an error: Uncaught (in promise) FirebaseError: Function updateDoc() called with invalid data. Unsupported field value: a custom ...
paehj12's user avatar
0 votes
1 answer
33 views

Angular - Why is my search bar not working well?

dashboard.component.html : <div class="search-bar"> <form class="search-form d-flex align-items-center" method="POST" > <input type="...
Mohamed Seif Ben Salah's user avatar
0 votes
0 answers
39 views

Main thread being blocked fetching from Firebase

Every time the posts are fetched from cache or not from cache, the app freezes and main thread seems to be blocked. What is causing it to be blocked in this code? I noticed it happens when a lot of ...
CobraCodes's user avatar
0 votes
1 answer
19 views

How to save and display images from Firestore Database from Firebase

I'm writing an application for my IT studies in Python with Flask. I use Firestore Database as a database. Everything is alright, but I wonder if it is possible to save a photo to a given collection ...
Stynowsky's user avatar
-1 votes
0 answers
24 views

How to give likes on Facebook using flutter

How to make flutter app give likes of Facebook. I have write this code to give likes on Facebook using flutter and firebase. But this error is always show when I try to complete it. there is no wrong ...
Ibrahim Mahmoud's user avatar
3 votes
0 answers
12 views

gcloud mistakes event trigger for storage trigger

There's a cloud function in Python that processes some data when a file is uploaded to firebase's bucket: @storage_fn.on_object_finalized(bucket = "my-bucket", timeout_sec = timeout_sec, ...
the.Legend's user avatar
0 votes
1 answer
30 views

Swift – Authenticate and simultaneously fetch user Id from Firebase

Very new to Swift and just following some tutorials I have a loginViewViewModel with a function to login a user. However, I also want to grab the uid from Firebase after .signIn and print to the ...
Samuel's user avatar
  • 5,871
0 votes
0 answers
30 views

Loading Firebase Config dynamically in Angular in @angular/fire

I have an angular v18 application with @angular/fire v18 I am using the modular api version of it. I am trying to load the firebase config dynamically during run time Current I have the following code....
Utkarsh's user avatar
  • 50
0 votes
0 answers
14 views

Issue with authentication recaptcha token

I have an Angular website base where I'm just working on the whole authentication workflow using Firebase. The workflow I choose is to signup using email and then requesting the phone number to enable ...
vcliment89's user avatar
0 votes
2 answers
25 views

how to get specific object from array in firestore using reactjs

I can't get spefic object out of array that includes many objects. It's "messages" array that containes objects. I used a method below but it returned nothing. const [userId, setUserId] = ...
Dil Ak's user avatar
  • 17

15 30 50 per page