Questions tagged as 'firebase'

1
answer

Load webView after clicking enable on SWIFT 3

I have a webview that captures the device token using the firebase library and then sends it to my url via get. Until then, I was able to get the token, and I can send it to the url and in the back end I already enter the database, td quietly, t...
asked by 25.01.2017 / 15:04
0
answers

Firebase user update with Node SDK

I'm trying to update login data from a firebase user using the Node sdk admin. My code looks like this: var uid = req.body.uid; var objectUpdate = { "displayName": "David Coelho" }; admin.auth().updateUser(uid, objectUpdate) .then(f...
asked by 03.12.2016 / 19:17
0
answers

How to read large text files on Android?

I would like to know some tips on how to read large files on Android, as an example I give the GTFS (Google Transit) files that most often have 80 MB I am putting this data on a server (Firebase) with use of Android application utility. Bu...
asked by 11.09.2016 / 19:56
0
answers

Error writing to base firebase: Can not pass null for argument 'pathString' in child ()

I'm new to firebase and am making an app where I want to record two entities in a single event. I want to record a user and a bakery, but I can not. The user writes everything right, but at the time of the bakery gives the following error:   ...
asked by 28.10.2016 / 04:13
0
answers

Firebase Facebook Login - Locale

In the new version of Firebase, how to get the Locale of the user connected via Facebook that was previously in ProviderData of AuthData?     
asked by 16.08.2016 / 01:02
0
answers

How to get notification data with onNewIntent [closed]

I have an application in which when I click on the notification I would like to get the values set in the putExtra notification inside onNewIntent, follow my code to see if anyone can help me. Intent i = new Intent(this,MainActivity.class);...
asked by 18.06.2016 / 23:38
0
answers

Authentication problem with firebase 3.0 on node.js

Because firebase has upgraded to version 3.0 and needs to be migrated to the new version, a problem has arisen regarding the authentication of my server node. The code is like this var firebase = require('firebase'); var config = { apiKey:...
asked by 31.05.2016 / 22:31
1
answer

How to store "direct link" to an image using Firebase Storage

I need to access an image stored in Firebase Storage by a direct link, eg: http://myfirebasehost.com/storage/imgIwant.png As far as I know, this type of URL is only possible using the gs:// protocol, however, it is not accessible by...
asked by 05.08.2016 / 03:15
1
answer

Erase Logs in Firebase

I'm developing a small chat using Firebase . My intention was to make login in my application and save usuarioLogado to the database and to make logoff delete that user from the database. Currently I can only save the us...
asked by 19.11.2015 / 11:21
1
answer

Generate sequential key with firebase

Good morning! I'm working on an app that saves some user activity and I'm having a problem saving these activities by generating sequential numbers, here's the environment: I have the user A logged in, it will create a new activity and when it s...
asked by 20.09.2017 / 14:55