Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
1 answer
653 views

FlutterFlow to Firebase API connection error

I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt I saw a tutorial to connect but I have an error. I'm trying to connect FlutterFlow to Firebase to make an app with ChatGpt I ...
Mardochée DoubleM's user avatar
1 vote
1 answer
23 views

How can I use Firebase in a flutter application?

I already took the APK of the application, but the part of the use of the API did not work. I investigated and I have to do a process to add firebase to my application. How can I do it step by step. I ...
Gabo19's user avatar
  • 21
0 votes
2 answers
130 views

flutter: Unhandled Exception: type 'Null' is not a subtype of type 'String'

I tried to use Moralis API to call NFT via wallet address, but got following error. Unhandled Exception: type 'Null' is not a subtype of type 'String' These are the code lines that were pointed out ...
dev cat's user avatar
0 votes
1 answer
1k views

Create infinite scrolling pagination in flutter with FirebaseAnimatedList

When using FirebaseAnimatedList to render a list of message widgets in flutter, how would I implement an infinite scrolling mechanism that would load 10 new messages as the user scrolled up? This is ...
Mohammad Abd-Elmoniem's user avatar
1 vote
1 answer
379 views

Do I need a Firebase project to use Firebase App Check?

I want to secure my own custom API for my Flutter app. I came across Firebase App Check, but I do not want to use Firebase. Can I use Firebase App Check without a Firebase project? It seems to like ...
1cedsoda's user avatar
  • 643
0 votes
1 answer
752 views

Account Deletion Secure Storage Flutter

I want to delete user in my flutter app. I am a bit confused with the API call using secure storage. Can you help me out with the code? Thanks.
Ching77's user avatar
0 votes
1 answer
484 views

StreamWebSocketError api_key not found, data

I'm new to flutter and i am trying to run a chat app with getstream and firebase but i keep running into errors error im running into
bee's user avatar
  • 23
0 votes
1 answer
507 views

How do you connect two firebase projects in one flutter app?

I'm currently working on this software where there are two apps, one for the client and another for the partners. The client app has to communicate with the backend of the partner app but the backend ...
Shimron Alakkal's user avatar
0 votes
1 answer
24 views

Is there a dependency or api that allows me to show specific places?

I’m trying to create a button that says show nearby hospitals, and for the user to click on this button and see the specific hospitals near him.. how can i do that? Is there a dependency or api that ...
Yumna Farrag's user avatar
0 votes
1 answer
394 views

Application to handle registration to Intercom on subsequent login after registration on my app in flutter

If a user is registered and tries to login and the intercom registration is not done, App will register the user to intercom on successful OTP verification. and If Intercom registration succeeds, then ...
Ke1212's user avatar
  • 129
0 votes
1 answer
887 views

How to change API KEY in flutter project with firebase?

please help me: I've uploaded my login google firebase project to github, but yesterday i receive this from github to my email: "GitGuardian has detected the following Google API Key exposed ...
Carlos Peñaranda's user avatar
0 votes
1 answer
245 views

AUTH API REST Firebase Flutter vs POSTMAN

I have some issues with AUTH in Firebase using API REST and Android Flutter. In POSTMAN worked ok: https://identitytoolkit.googleapis.com/v1/accounts:signInWithPassword?key=...
Lean966's user avatar
  • 23
0 votes
1 answer
179 views

Firebase Realtime Database, synchronized with Google sheet, accepts wrong Date from Datepicker sheet cell

How Google Sheet looks How Firebase Database looks So the date keeps saving as the day before date; At Google script appsscript.json is set my real timezone: "timeZone": "Europe/Kiev&...
Roman  Kovalchik's user avatar
2 votes
1 answer
2k views

Failed to get request token. Authorization completed with an error. Twitter API with flutter and firebase

We are a project group trying to create a Twitter login page with flutter. We connect the project with firebase and in the first time it worked, but when I tried to run it with the same steps on my ...
Msh's user avatar
  • 63
4 votes
2 answers
21k views

Try updating your pubspec.yaml to set the minimum SDK constraint to 2.2.2 or higher, and running 'pub get' [closed]

https://github.com/alMohamady/Flutter_chat_room/tree/bd9cb7cff011af8f798e5d8056e1f9442808b477 I pasted this project in the Android Studio Fadhar, this error is in the image [[This requires the '...
Kankr O's user avatar
  • 41
0 votes
1 answer
213 views

Is there a way to divide data coming from an API in flutter?

If I'm getting big amounts of data coming from an API and I want to divide them into parts based on the meaning of the words, what's the proper way to do it in flutter?
Mohamed Abdulhalim's user avatar
19 votes
3 answers
10k views

Securely Saving API Keys In Android (flutter) Apps

I know that this question has been asked many times. I've read all of them. I've searched this in Google but I still have questions that I wasn't able to find answers for. Currently I'm storing API ...
SOMEGUY BUT ONEGUY's user avatar
0 votes
1 answer
80 views

Question regarding using both Firebase and REST APIs in application

I have been creating a flutter app and am using firebase for authentication. Is it possible and best practice to use the firebase only for the authentication and use REST APIs via http package for the ...
Teknoville's user avatar
3 votes
1 answer
13k views

E/FirebaseInstanceId( 5789): Topic sync or token retrieval failed on hard failure exceptions: AUTHENTICATION_FAILED. Won't retry the operation

While trying to connect Android Studio with a flutter project to Firebase, this error code appeared. After doing A LOT of research, I tried to change my thing, but none seemed to work. I changed my ...
Yonghao Song's user avatar
0 votes
1 answer
49 views

Having problems with API call to Firebase

So basically I have created my database like this: Now I want to do an API call to this URL and get the Products array[] (Later I deserialise it). For some reason it returns this: {"Website1":{"...
Oki Doki's user avatar
  • 201