firebase

Service for sending SMS or Push Notification

I have an application developed in Angular 7 that is in the final stage of development. This application makes use of Firebas ... ings in the database, but is there something on the Internet that does this for me without having to have a server of my own?

How to change the color of an Icon through boolean return in Flutter?

I have a method that queries books that are favored in the Firestore database, the book page has a star icon in black color, ... chError((error){ print("Error: $error"); print("DEU RUIM"); return false; }); }

Cannot add extension with name 'googleServices', as there is an extension already registered with that name

Please help me. Problems connecting firebase with firebase Assistant in android studio. I'm trying to connect firebase analy ... .gradle as: // ext.postBuildExtras = { ... code here ... } if (hasProperty('postBuildExtras')) { postBuildExtras() }

How to keep the App always logged in with Firebase

How to get my App to start logged in after being waxed? Ex: I logged in once and every time I start the app again it already starts logged in.

How to publish image files using Firebase storage in offline mode?

Hello, I am developing a code within Android Studio that allows data registration in a form with text fields and an image fil ... baseReference.keepSynced(true); //storage mStorageReference = FirebaseStorage.getInstance().getReference();

Problem with notification icon

I know there are several questions related to this. However, I did not find anything with my specific case. I'll explain... ... th android studio the result is exactly the same. 2 - I did tests on several different emulators and the result is the same.

Arduino + SIM800L connect to Firebase

Galley, I am putting together a project and need to connect my arduino to firebase. For this I am using a SIM800L, porem my ... te(pinoLed, 1); } else if(ledStatus =="desligado") { Serial.println(ledStatus); digitalWrite(pinoLed, 0); } }

Firebase version incompatibility with google services version

Error: (40, 0) all firebase libraries must be either above or below 14.0.0 The error comes down to this. I have tried ... ogle.firebase:firebase-database:10.2.+' testCompile 'junit:junit:4.12' } apply plugin: 'com.google.gms.google-services'

Error trying to run firebase forgot-password

I'm doing the firebase forgot password screen and it's giving an error when I put the .sendPasswordResetEmail. This is the v ... as="0.497" app:layout_constraintStart_toStartOf="parent" /> </android.support.constraint.ConstraintLayout>

How to ignore uppercase and Lowercase in Firebase search

I have a method to return a Firebase user list as a result of a Firebase search SearchView (onQueryTextChange()). However th ... @Override public void onCancelled(DatabaseError databaseError) { } }); } }

Take the firebase storage download link and save it to a database string to be displayed in cardview via Picasso or similar [closed]

closed . This question needs details or to be clearer and is not currently accepting answers. ... TH_SHORT).show(); } }); imagem.setImageBitmap(thumbnail); }

Like button with jquery [closed]

closed. this question is out of scope and is not currently accepting answers. ... n html with a counter in jquery and somehow record that count in firebase. Does anyone have any idea how I can do it? Thanks.

How to receive firebase information on an ion-select?

Hello, I am having difficulty retrieving information already stored in another registrations in an ion-select. In a previous ... n> <ion-option value="Frente 5">Frente 5</ion-option> </ion-select> </ion-item>

What is Firebase?

It's been a while since I messed with Android and I haven't had the opportunity to mess with Firebase. However, he is often c ... er all, what is Firebase? Is this a set of technologies? What are your most used features? Could you introduce me to them?

How to send custom sounds in notifications to FCM via HTTP legacy?

I am using a standard webview APP with FCM integration; and I have always sent notifications to users through the site with l ... ); curl_setopt( $ch,CURLOPT_POSTFIELDS, json_encode( $fields ) ); $result = curl_exec($ch ); curl_close( $ch );

Firebase-an unknown error occurred while creating the project. Try again

I tried to create a project in Firebase and I can't, I have already tried in several different ways (changing project name, c ... more than 3 (two I have currently and more this new I try to create). Would anyone have any more information to try and help?