Firebaseui Questions
Ad
how to add progressbar for loading in Firebase RecyclerView
I am developing an android app the app fetches the data from firebase using firebaserecycleradapter and i need to implement a
Can I change the "First and last name" field label in Firebase UI Javascript Library?
I want to change this field label from "first and last name" to "display name". the documentation implies it's not possible but maybe i missed
FirebaseUI/PhoneAuth/FirebasePhoneAuthUI/FUICodeField.xib:-1: Failed to find or create execution context for description
After updating xcode to 10.3 i get the bellow error (which i see has something to do with firebase):
Firebase RecyclerView not working properly, getting null values in released apk
Firebase recyclerview is not showing desired results in released mode while it works properly in debug mode. it is giving null values in released
firebaserecycleradapter() in firebaserecycleradapter cannot be applied to
The same error keeps coming up. i'm guessing they changed how it works now but since i'm a noob, i really need help fixing it.
Is there any way to disable account creation if the account is not already in the authentication database?
I'm creating an app where access is only allowed using email authentication, but want to disable account creation so not any person can just sign
How to query a list of strings instead of a single string and get a list of results from Firestore
I have a list of ids of favorite items of a user locally stored in a list of strings. now when user opens his favorite section the app needs to
firebase.database.DatabaseException: Failed to convert value of type java.lang.Long to String
[] firebase.database.databaseexception: failed to
What adapter can I use to populate a recyclerView that accepts multiple queries from Firestore?
This question grew out of
In Firebase recycler adapter onBindViewHolder and onCreateViewHolder never called?
I am writing an android application where i needs to show a list of data using recycler view . i am using firebase realtime database with
Ad
FirebaseUI - Validate displayName before user creation
I am using firebaseui-web-react. in the signup flow, i want to validate the user-provided displayname before the user is
Get key value from specific userID firebase recycler adapter
I want to get the key value shown as the image below. i'm using firebase recycler adapter to retrieve the data which is from the key, but right
How to get object's unique id within a recyclerView on Firebase Android?
I am using a recyclerview to display some objects of the firebase database. these objects are not users. what i need is to get the key of the
NullPointerException on intent when accessing Camera Android
I am trying to call the camera app twice as described here:
Is it possible to implement FirebaseRecycler in a Fragment?
I am building an app with a similar layout as venmo where there are three viewpagers (home, friends, public) that each display data from firebase
Add Account To Account Manager After Firebase Auth UI
I am trying to take whatsapp's approach to contact lists, where i simply sync my app's contacts with the devices contacts. i am using firebase as
Check if no documents are returned against a Firebase ui query class
I am using firebase-ui with firestore, now there are chances that no documents are returned against a particular query, so how would i know that?
Query or create an algorithm to correlate between 2 childs of main on Firebase Database?
I want to a correlate between art and favorite. favorite's children is user unique id. i want to do this specifically: show art children as
onCreateViewHolder not being called in FirebaseRecyclerAdapter
The execution control doesn't seem to go inside the oncreateviewholder; the data is not getting displayed on the screen. it seems like onstart and
How to integrate Firebaseui auth with Redux
I've got a working auth configuration set up using firebaseui. i have a private landing page that i'd like to redirect the user to, but i'm not
java.lang.NoSuchMethodError: No virtual method setTokenProvider
Below error occurs whenever i add com.google.firebase:firebase-firestore:19.0.0 to the gradle and run the app.
Ad
error: cannot access InternalTokenProvider (Firebase/GooglePlayServices)
In my app where i use firebase, firebase-ui, google maps, among others, it worked perfectly. i want to update to the latest version of
java.lang.IllegalStateException: Facebook provider unconfigured
I am getting this exception java.lang.illegalstateexception: facebook provider unconfigured. make sure to add a facebook_application_id
Cannot convert String to DjProfile(firebase)
I am trying to get the data from my json to display through a firebase recyclerview but i am running into this error:
Firebase RecyclerView Image not showing, rest of the information is
On my activity class the recyclerview is successfully retrieving information in textview from firebase and displaying it, however image view is
Implementing State Persistence in kotlin
I 've tried to implement state persistence to my android app so users will stay signed-in, but i couldn't understand the docs so i ran here for
Firebaserecycleadapter, what is the difference with "normal" recycleradapter? (android)
I have looked on the internet and i haven't find any answers. what is the real difference between using a firebaserecycleadapter and a
Error with constructor FirebaseRecyclerAdapter in class FirebaseRecyclerAdapter
How to fix this error? error: constructor firebaserecycleradapter in class firebaserecycleradapter cannot be applied to
Uncaught ReferenceError: firebaseui is not defined
The website does not display anything. it gives the error: firebaseui not defined. i am running my code in eclipse, on my localhost web server.
Cannot resolve symbol "FirebaseRecyclerOptions"
I am making a chat messenger via firebase but my android studio 2.3.2 cannot resolve the symbol of firebaserecycleroptions<>
My RecyclerView with FirebaseRecyclerAdapter does not show anything on screen
I am not sure why recyclerview is not showing any image or data on ui.
How to build unity project with firebaseUI from android library elegantly
I'm trying to create a game with firebase google and facebook login. i know that it is possible to use firebase with unity, but i don't want to
Ad
How to implement Firebase Recycler Adapter in newer version of Android 3.1 and higher?
Basically, what i am trying to do is use a firebaserecycleradapter and populate the recyclerview with my custom designed
Recycler View gets empty when the fragment s opened again
I have a recycler view inside a fragment when i press back to go to previous activity and then come back, the recycler view gets empty i
Android Studio is not suggesting the keyword 'FirebaseRecyclerAdapter '
Gradle's screenshot is attached android studio in not suggesting the
Firebase AuthUI not showing sign in flow
I am trying out firebase auth ui ins simple jetpack project. i followed the instructions
How to fix "No such module 'FirebaseDatabaseUI'" in Swift 4?
I installed firebasedatabaseui via cocoapods, closed the .xcodeproj then opened the .xcodeworkspace, but whenever i try to import it within my
How to use query .document using firebase ui
I'm using this
How make complex query with FirestoreRecyclerAdapter?
I'm developing an android app and i need to make a complex query on my firestore database and create a firestorerecycleradapter. to
Get Identity Provider tokens after creating user in Firebase
I am working on a web app that has "sign in with google" and "login with facebook" buttons. after user successfully signs into the app backed by
FirebaseUI RecycleView Search Not Working
Here is my code for searchgettersetter.java: package com.me.admin; public class searchgettersetter { string
How can I include two Model Class Tracks and Artists in one FirestoreRecyclerAdapter in Android?
My android project has two models - track and artist. track is used to get the information related to track and
Android FirebaseUI: Showing a button even when only one provider is chosen
I followed the documentation to use firebaseui in my android application:
Ad
Firebase UI: Solution to receive all keys from a child and use it to receive information from another node and fill it in a Recyclerview?
I am searching for a solution to get the data from my child "medication" and use the ids to receive specific data from the "medication_plan" node
FirebaseUI import: The library com.google.android.gms:play-services-basement is being requested by various other libraries
I would want to add firebaseui dependecy in order to be able to authenticate my users using google account, e-mail/password authentication,
Loading data using FirestoreRecyclerView crashing the app
I am trying to load the data from cloud firestore using the firestorerecylerview, but every time i open the fragment containing the view, the
Firebase UI: How to add new message to the top of recycleView
I am using firebase recycle adapter to display my messages. i want to display newly received message on top of the recycle view. e.g newly
Android RecyclerView display issue in adapter
This is my code. @override protected void oncreate(bundle savedinstancestate) { super.oncreate(savedinstancestate);
firebaseui with angular determine login state on revisit
I am using firebaseui to login using facebook. my app.components.html has two divs one to show firebaseui tag and another to show after user is
FirestoreRecyclerAdapter not displaying newly added FireStore data
I have a custom firestorerecycleradapter and it correctly displays all the items currently stored in the firestore database. however when i enter
Is there a way I can use firebaseUI to populate spinner items like I would do with a ListView or a RecyclerView?
Using childevent listeners worked just fine for populating my spinner from my firebase real time database but it's not as effective as using
Unexpected Behavior When Query by .whereArrayContains()
I have a recyclerview that utilizes the fireaseui and orders all objects from the "polls" node by the "timestamp" field (sequentially).
Firebase API Initialization failure Android+Firebase
Any one please help me i am new to android development please help me.. i added a firebase recyclerview and firebaseui after that i am
How to fetch indexed data from more than one endpoints when using FirebaseRecycler?
I am exploring firebaseui to build a chat list which shows list of all chats for a user along with the last message and name and profile picture
Ad
Firebase - SPA web application - issue with logout
I've recently made simple spa application which connects to firebase using google provider and loads data for authenticated user. everything was
Build fails with 'Program type already present: android.arch.core.util.Function' - Issues with Firebase Dependencies
I have various firebase libraries in my project, and it appears there is some sort of conflict causing the build to fail. below is my
Issue with FirebaseRecyclerAdapter, on a null object reference when delete data
The display from the firebase database works fine, but when i try to delete an item from the database, the application crashes, although the
Selective retrieval of data from Firebase to FirebaseRecyclerAdapter
In my android application, i am using recyclerview with cardview. the contents of the recyclerview are
getting java.lang.IndexOutOfBoundsException: Index: 3, Size: 3 while deleting items from firebaseui recyclerview
I have a list of items that i am retrieving from firebase. to delete those items i have implemented a delete button. i am trying to get the post
Populating RecyclerView from firebase database
I am new to android developing and trying to display data from firebase database to recyclerview but when i run the application the users activity
Firebase syncing method not syncing
Code public class homescreen_friends extends fragment { private view rootview; private string username; private
RecyclerView not scrolling FirebaseUI
I followed the firebaserecyclerviewtutorial-master on github which proved to every useful but my problem is that i cant scroll through i have
Firebase UI delegate method is not called after phone verification is complete
I am trying to implement firebase ui phone number authentication, but the delegate method is not called after the phone number is verified. any
Get data from Firebase and make it a top 100 ranking activity
Here my codes: private recyclerview recyclerank; private linearlayoutmanager laymanrank; private
How do I bypass the welcome screen UI and present only the phone auth UI screen in Firebase Auth?
How can i present the viewcontroller which is responsible for collecting phone number data in firebaseui rather than the welcome screen?
Ad
Change Query in Firebase Recycvlerview
Hey guys i try to change the query in firebase depending on the selected user. but when i update the query the recyclerview stops showing data.
How to fix firebase database ui list adapter
I think i have written it correctly and i don't know why it is not working, please help here,
Recyclerview not showing firebase data
Code public class pieoptions extends service { windowmanager wm; relativelayout ll; layoutinflater li; string
App crashes on its very first run when using Firebase with onesignal
Lately, i have upgraded my firebase and onesignal dependencies to the latest versions, but a strange thing happens, after the app installs for the
How to avoid unnecessary Firestore reads with Cache
I have a list of trips data (large sets) ordered by date. existing behaviour i store all the trips data into
Error in building gradle - com.google.android.gms:play-services-basement is being requested by various other libraries
I am trying to integrate facebook sign in feature to my android app using firebase-ui library. i am following this tutorial -
FireBaseRecyclerAdapter is not displaying in Android app
My firebaserecyclerview is not showing in the app but the data is added in firebase structure here is my firebase structure
Unable to get child of Current User Id for RecyclerView
I want to set recyclerview with child of current user id by using getcurrentuser().getuid().the data structure you can see in image
What happens if I never call stopListening() on firebaseUI recycler adapter
If i don't provide an activity to manage the lifecycle, and instead do it manually but never close the adapter by calling stoplistening(), what
Efficiency of searching using whereArrayContains
I am curious as to the efficiency of searching for documents in a collection using this code. as the number of documents in the collection grows
Firebase UI - custom SnapshotParser is skipped by compiler
So, i am using firebase ui to get data from database. it looks like this:
Ad
Can I change the Authentication Flow of Firebase Auth UI?
According to the
FirebaseRecyclerAdapter() in FirebaseRecyclerAdapter cannot be applied to [wrong arguments]
Can someone please tell what's the error enter image description
java.lang.RuntimeException: Layout cannot be null. Call setLayout
I keep getting this error when running my chat app: java.lang.runtimeexception: unable to start activity
FirebaseUI Firestore not retrieving data on iOS
The documentation for
With Vue.js and FirebaseUI, how to store the authResult object after a successful authentication?
I am implementing twitter authentication using firebaseui in my vue.js app. while i can successfully authenticate the user, i can't figure
How do I increase/decrease counter using FirebaseUI for Android without delay?
I created something similar to a subscription/like counter using firebase real-time database and firebase's cloud functions (using a
Calling a method from adapter?
I have the following code: public static firestorerecycleradapter adapter; private void loadlist() { query query =
Firebase RecyclerView UI not showing
I have been trying to implement firebase ui in my app with recyclerview. i have items on my firebase database which i
Customize FUIAuthPickerViewController
How can i customize the firebase ui auth picker controller with custom buttons, custom actions, background, loader etc.. i already try to
How to use FirebaseUI for account linking on Android?
I am using firebase authentication in my android application. i am able to login users with their gmail id or phone number. i want to link phone
Firebase does not work properly
I have an online quiz app in firebase. if my phone is in english, the app works fine, but when it change into turkish, piccaso does not
Ad
Error while using FirebaseRecyclerAdapter
I am trying to use firebaserecycleradapter in my chat application but it is not displaying anything. can anyone help? here are my
Check if the user has signed in for the first time or not, using Firebase AuthUI
I know that in the basic firebase authentication i can use additionaluserinfo.isnewuser() method in the
How to pass a query to FirestoreRecyclerOptions?
I am using a firestorerecycleradapter to display my items in a recyclerview. using searchview, i am able to create a query:
Gradle build errors in Firebase UI dependency
Dependencies { implementation filetree(dir: 'libs', include: ['*.jar']) implementation
Images don't appear in RecyclerView using Firebase-UI, Firestore as database and Picasso
I am using firebase-ui to load images from firebase storage url string from firestore and shown
Firebase UI authentication with google fails with message (code:10 message:10)
I've made a chat app that uses firebase's feature real-time database. i face a problem with google authentication. the problem
No virtual method zzbqo()Z in class Lcom/google/firebase/FirebaseApp; or its super classes (declaration of 'com.google.firebase.FirebaseApp'
In my android app, there is an error while compiling the app. i am working in the latest android studio and using firebase ui auth and firebase
FirebaseUI RecyclerView how to add an element to a defined position
Following my recent visit to firestore i try to use firebase-ui's recyclerview but i cannot find a way to add a new element to a certain
How to Implement On-Click Listener in Firebase-ui ListVeiw?
I've been using listveiw implementation provided by firebase-ui available in
I can't find FirebaseRecyclerAdapter
I'm new to android studio and am trying to create a card view that will host data using firebase adapter, but i cannot find it? i hope to place
How do I access the item in FirebaseRecycler's getItemViewType()?
I am building a chat functionality within an app. the messages sent by user will be on the right side and messages received by the user on left
Ad
Open FirebaseUI-Android with Android Studio
When i try to open firebaseui-android with android studio nothing happens. i use android studio 3.1.3. i want to see demos there.
Ad
Blog Categories
Ad