firebase tag

75 questions


1 answers
43 views
0
Understanding How SwiftUI Saves Custom Objects to Firebase

Question detailsI'm studying how to save and retrieve data from SwiftUI to Firestore.I tried to save the custom object and write a test code to retrieve it, but I couldn't deal with the following erro...

1 years ago

1 answers
46 views
0
Chat app on Android

I would like to create a chat app on Android.However, I do not know the basic configuration.I think I should use Firebase.realtime database and Firebase Cloud Messaging AndroidAre there two?If you use...

1 years ago

2 answers
109 views
0
I want to run the Flutterfire_master sample code on Android Studio.

https://github.com/FirebaseExtended/FlutterFireDownload the sample code folder (flutterfire-master) on the above page and I'm trying to get it done, but I don't know how to do it.As a trial, flutterfi...


1 answers
82 views
0
The UIImagePickerController is getting an Exceptionio error, but I don't know why.

When I tap the image and select the image from the album, it stops with an error.I copied the current code to another project file and ran it, but it worked fine, so I don't know what caused it.Below ...


1 answers
60 views
0
The UIImagePickerController is getting an Exceptionio error, but I don't know why.

When I tap the image and select the image from the album, it stops with an error.I copied the current code to another project file and ran it, but it worked fine, so I don't know what caused it.Below ...


1 answers
49 views
0
firestore security rule error

At first, I set it as follows.There is no error, but I received a message that match/{document=**} allows all documents to be read, so I considered changing them. rules_version='2';service cloud.fires...

1 years ago

1 answers
68 views
0
How should secret keys be managed?

I created a web application using Ravel 8 and Firebase Authentication.We have installed a json file downloaded from Firebase under resources/keys/ and are using it on the application side with referen...

1 years ago

1 answers
111 views
0
I want to get Firebase token in Actions on Google

Action on Google to get Firebase tokensI created an app on Google App Engine (GAE) on Google Cloud Platform (GCP).I use Firebase Authentication for authentication.I am trying to create a VUI app on Ac...


1 answers
78 views
0
I want to link my name and profile picture to my email address in Firebase.

What you're doing now·Log in with your email address and passwordI was able to log in with Firebase, but I would like to link my name and profile picture to my account if possible.What kind of code sh...


1 answers
93 views
0
I want to set the data from Firebase to the properties in the class.

class ViewController:UIViewController { //..... var friendId—String! userID=098752 letPath=ref.child(user/\(userID)/friend/userId) Path.observeSingleEvent(of:.value, with:{(snapshot)in self.friendI...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.