The Wayback Machine - https://web.archive.org/web/20200221061223/https://github.com/topics/firebase
Skip to content
#

Firebase

firebase logo

Firebase is a mobile app development platform that provides data analysis and database web services for developers. Firebase provides developers with an API that enables the integration of online statistical analysis and database communication into their applications.

Here are 12,503 public repositories matching this topic...

IlCallo
IlCallo commented Oct 14, 2019

I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.

Inside the guide there are some helpers and code ma

react-native-firebase
matchatype
matchatype commented Feb 12, 2020

Updating user email is easy using firebase hooks. You just call firebase.updateEmail('new@email.com').

If you are storing user profiles you can pass a second argument to update the profile as well firebase.updateEmail('new@email.com', true).

However, what happens if the user change his/her mind, and clicks on the email link received from firebase auth? User's email address would be reset

Guria
Guria commented Mar 2, 2017

Please leave info about your projects using Cerebral and function tree.
I am prepaing internal presentation on corporate event and I need some cool reference to mention in it. And of course we can include references to your projects on docs website if you want.

Please provide:

  • short description
  • a link to project if available
  • screenshots and/or dynamic gif (especially @gaspard app with
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.

nicholas-davis
nicholas-davis commented Feb 11, 2020

Describe the bug
Firebase deployed app in not converting to SSR on public website.

Local works, but when I depoly the project via firebase deploy, the public website is not SEO friendly. I checked the view source, but no dice

Expected behavior
public website view source should be in raw HTML, not angular rendered.

Screenshots
If applicable, add screenshots to help expla

arslnb
arslnb commented Oct 12, 2017

Using a query with shallow().get() returns a Pyrebase object. Can't use .val() on it because it raises an AttributeError ('unicode' object has no attribute 'key'). This is probably because the structure I'm trying to access via shallow() is a list of dicts which does not have keys, ofcourse.

I just think this should be in the documentation.

[] Check that your version of Python is 3.4+
[x]

Created by James Tamplin, Andrew Lee

Released April 2012

Organization
firebase
Website
firebase.google.com
Wikipedia
Wikipedia

Related Topics

react android angular
You can’t perform that action at this time.