Skip to content
#

firebase-database

Here are 2,337 public repositories matching this topic...

isupremedyou
isupremedyou commented Jan 21, 2020
  • Xcode version: Version 11.3.1 (11C505)
  • Firebase SDK version: 6.13.0
  • Firebase Component: Auth
  • Component version: 6.4.0

When unpacking the claims dictionary after calling getIDTokenResult(forcingRefresh:completion:) on an instance of FIRUser we are getting unexpected behavior for the key user_id. We are using user_id in our additional claims of our custom auth token.

Thaina
Thaina commented Mar 10, 2020

Please fill in the following fields:

Unity editor version: 2018.4
Firebase Unity SDK version: 6.12
Firebase plugins in use (Auth, Database, etc.): FireStore

Please describe the issue here:

QuerySnapshot implement IEnumerable<DocumentSnapshot> so I expect that it could iterate with itself directly. But it just throw exception

QuerySnapshot query = await fireStoreQuery.Get

Simple chat Application with one to one connectivity using Firebase Real time Database written in MVC,MVP and MVVM architecture to better understand the android coding patterns. Purpose of writing same application functionality with 3 different pattern is to show how single application can be developed using 3 different patterns(Mvc, Mvp, Mvvm).

  • Updated Mar 28, 2019
  • Java

Improve this page

Add a description, image, and links to the firebase-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firebase-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.