Questions tagged as 'firebase'

1
answer

Firebase Auth and Unity

Does anyone have an example or would you know how to verify email authentication within unity using firebase     
asked by 29.01.2018 / 13:37
1
answer

Case insensitive looking Firebase

I'm using the searhcview of the toolbar to search for recyclerview items, the search works, but the Firebase query differentiates between upper and lower case and accented words. I would like Case Insensitive to search for Firebase. Ex: I sea...
asked by 29.01.2018 / 10:40
0
answers

calendar application with messages

I'm having a deadlock here, I'm setting up a screen for my app, where it has a calendar, where the dates appear, and when I touch the date it appears the notes that another user made, but he wanted to know how he would do those notes, if I would...
asked by 28.01.2018 / 21:16
1
answer

Define Base Structure Firebase

How to set the structure below the JSON tree? In an Angular application, can I have multiple registered multi-patient users with multiple queries for each user and each patient in a single Firebase database? The question arises because i...
asked by 06.02.2018 / 18:50
0
answers

SWIFT Image Gallery and Firebase Storage

Good afternoon, I am finalizing an APP developed in Swift 4 , with Xcode 9 and Firebase . I can log in with Firebase, and send email through my App, what I need to do, which I'm not getting at all is how to mount an image gallery, with the...
asked by 25.01.2018 / 17:30
0
answers

Android firebase with zxing barcode scan

Oops galley blz ?, I'm having problems with the zxing class next to a firebase search ... As soon as I retrieve the value from the barcode I perform a search using the barcode as a parameter, what I need is which during the search is slow becaus...
asked by 22.01.2018 / 05:15
1
answer

How to use the orderByKey and EqualTo of Firebase?

I need to search my database, which is the "FLOOR KEY" which is "main". The data I have is as follows:    this._userID = ALIANSCE       this._mapID = MAP NAME THAT HAS BEEN CLICKED ON   MARKER OF GOOGLE MAPS       What I do not have...
asked by 26.01.2018 / 19:52
1
answer

How to assemble a list with the data of an Observable?

How to traverse the data from an observable and insert into a list? I would like to put together a list of all the arrays it contains within the Observable that comes from the Cloud Firestore because I need a list of people to display in...
asked by 18.01.2018 / 16:36
1
answer

How to make a filter in an Observable?

How to make a filter on an Observable returned from the FireStore Cloud? export interface Pessoa { nome: string; cidade: string; telefone: string; } pessoaList: Observable<Pessoa[]>; I have the method below that is called...
asked by 16.01.2018 / 15:57
1
answer

Import data into Firebase with JSON file

I'm having problems with importing data into firebase, I've converted an excel spreadsheet into csv and then converted it to a JSON file, the Firebase registration is done normally, but I'd like to know how to generate the keys with the data, ra...
asked by 11.01.2018 / 05:02