Already found the reason: You currently have Essential access which includes access to Twitter API v2 endpoints only. If you need access to this endpoint, you&r
I have a multi module project. I want to be able to run the instrumentation tests i'm writing for these modules separately. I am continually running into the
so I've got this error in my last project while trying to link it with firebase for my flutter app. So for this project , I downloaded it from my github which I
I'm trying to add firebase email-password authentication using firebase and react firebase hooks. I want to show an error message when user try to sign in and t
I have a collection, I want to delete 2 documents from this collection Paradas collection and delete it from the nested map too Nested map like in SQL, when yo
I am trying to create a create a firebase project using terraform. I am new in it and need some guidance in setting up the firebase project. I am facing an issu
I just set up a new project for Firebase and it is requiring me to enable Identity Toolkit API. This is a problem because, even though I'm wrapping the fireba
I'm goning to use auth.UID in my backend web service as api_key for each user I wounder if UID is final key or it expires/changes
When I run my swift 3.2 code with Xcode 9 beta 4 this is the error I get: *** Terminating app due to uncaught exception 'com.firebase.core', reason: '[FIRApp c
I've update my flutter package to the last versions and now IOS doesn't work anymore. When I try to update the pods it's shows this error: [!] CocoaPods c
I want to take your opinion about this weird scenario before applying it. I'm using FirebaseUI. The users' table ID NAME EMAIL PHONE_NUMBER PHOTO_URL CREATED S
In my react native app i had added firebase , so my root gradle and app gradle is: root build.gradle: buildscript { ext { ... } repositories { google()
Context I am making an Angular web application using firebase messaging. I followed a tutoriel and the documentation to configure firebase successfully (I guess
I'm trying to update the document with the new comments array but I'm getting this error when I submit a new comment. In every document, there is an array(comme
Hi everyone I'm using react-native firebase to send notification to users. Also using the Agora for online call.Both works fine. I want to make a sticky notifi
I am developing a react native app. I want to share the selected images which I fetch from firebase storage and listed in the app to social media like WhatsApp.
This is an angular web app. Added the screenshot of the permission page I'm trying to authenticate mobile using firebase. In my firebase console > Authent
i'm using a very simple code and fetching data from firestore import firebase from 'firebase/app'; import 'firebase/firestore' const firebaseApp = firebase.ini
What i'm trying to achieve is user able to select which document they want to delete. After they press delete button on a specific recycle view column, the data
I've made a netflix clone using React.js, firebase, and have used TMDB api for movie database. I've also used react-youtube and movie-trailer npm. So it has thi