firebaseui

How does Firebase Auth UI deal with reauthentication?

时光怂恿深爱的人放手 提交于 2019-12-01 12:12:36
I'm using Firebase Auth for my Swift iOS app. Google recommends using Firebase Auth UI as a "drop in" authentication system, but it only handles the initial login. I'm now working on allowing the user to make profile changes, such as email and password. The documentation for making these changes mentions in several places that certain changes require the user to have logged in recently (see https://firebase.google.com/docs/auth/ios/manage-users#get_the_currently_signed-in_user ): Some security-sensitive actions—such as deleting an account, setting a primary email address, and changing a

Firebase does not work properly

半世苍凉 提交于 2019-12-01 12:09:21
问题 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 load image.Please help me I can not find a solution for over a week In this case my phone is in English In this cas my phone is in Turkish private void loadCategories() { adapter = new FirebaseRecyclerAdapter<Category, CategoryViewHolder>(Category.class, R.layout.category_layout, CategoryViewHolder.class, categories) { @Override protected void

java.lang.NoSuchMethodException: <init> [class android.view.View] FirebaseRecyclerAdapter

梦想与她 提交于 2019-12-01 11:55:43
I am trying to make a sample app using the FirebaseRecyclerAdapter but keep getting the error java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.view.View] have tried everything but nothing seems to work the error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.visan.newappfireui, PID: 26711 java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.view.View] at com.firebase.ui.database.FirebaseRecyclerAdapter.onCreateViewHolder(FirebaseRecyclerAdapter.java:172) at android.support.v7.widget.RecyclerView$Adapter

Given URL is not permitted by the application configuration using FirebaseUI

你说的曾经没有我的故事 提交于 2019-12-01 09:16:52
Using Firebase and the FirebaseUI Android app which is used to demo Authentication. The Facebook login is failing with the error: Given URL is not permitted by the application configuration.: One or more of the given URLs is not allowed by the App's settings. To use this URL you must add a valid native platform in your App's settings Following the instructions in the Firebase documentation I have added and enabled my Facebook app. copied the App ID and the App secret from Facebook to the Firebase console copied the OAuth redirect URI from the Firebase console to the Facebook Dashboard in to

How to get document id or name in Android in Firestore db for passing on to another activity?

自古美人都是妖i 提交于 2019-12-01 08:57:33
问题 I am using a FirestoreRecyclerAdapter . I'm able to get each model and attributes of documents. But I want to get the document id. I tried using model. Autosuggestions, but there was no document id or name I have the following DealsHolder class. This is in Kotlin. However the rest of all the classes are in java. package com.guidoapps.firestorerecycleradaptersample import com.google.firebase.firestore.IgnoreExtraProperties @IgnoreExtraProperties data class DealsResponse(var title:String? =

How does Firebase Auth UI deal with reauthentication?

倖福魔咒の 提交于 2019-12-01 08:22:42
问题 I'm using Firebase Auth for my Swift iOS app. Google recommends using Firebase Auth UI as a "drop in" authentication system, but it only handles the initial login. I'm now working on allowing the user to make profile changes, such as email and password. The documentation for making these changes mentions in several places that certain changes require the user to have logged in recently (see https://firebase.google.com/docs/auth/ios/manage-users#get_the_currently_signed-in_user): Some security

java.lang.NoSuchMethodException: <init> [class android.view.View] FirebaseRecyclerAdapter

余生颓废 提交于 2019-12-01 08:14:21
问题 I am trying to make a sample app using the FirebaseRecyclerAdapter but keep getting the error java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.view.View] have tried everything but nothing seems to work the error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.visan.newappfireui, PID: 26711 java.lang.RuntimeException: java.lang.NoSuchMethodException: <init> [class android.view.View] at com.firebase.ui.database.FirebaseRecyclerAdapter

iOS firebase: FIRAuthUIDelegate.authUI not being called

£可爱£侵袭症+ 提交于 2019-12-01 05:16:27
I am trying to launch google login from AppDelegate.swift and then launch my app's main screen upon login success. I am able to show the google login button as shown above the user is sent to google to sign in the user is sent back to original (step 1) After step 3. I'd like to send the user to my app's main page. My code is below. The problem I'm having is that authUI is not being called. @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate, FIRAuthUIDelegate { var window: UIWindow? var authUI: FIRAuthUI? func application(application: UIApplication,

Firestore chat app using Firebase-UI (Android)

心已入冬 提交于 2019-12-01 04:12:46
问题 I am trying to create a chat using the Firebase-UI library for Cloud Firestore. This github repository contains the relevant code which I am using. The problem comes with the order of the query. See that the query is specified as: Query sChatQuery = sChatCollection.orderBy("timestamp").limit(50); However, I am getting the oldest 50 messages, instead of the newest ones, in the correct order (from old to new). On the other hand, I can use the following query: Query sChatQuery = sChatCollection

FirebaseUI authentication with Facebook not working

我的未来我决定 提交于 2019-12-01 03:00:22
I am using FirebaseUI-Authentication . Signing in with an email or a Google account is successful, but sign in with Facebook doesn't work. onActivityResult() is not called after AuthUI activity was started and attempted to sign in with Facebook. After sign in attempt the app is stuck at the loading window. logcat outputs a FirebaseApp log: Notifying background state change listeners. On the Facebook app dashboard I set the Valid OAuth redirect URI , as the firebase guide stated, and I set the app public (does it matter if it is public or in development state?). In the Firebase console I