firebase tag

75 questions


1 answers
341 views
0
To distribute the exe file including the Firebase private key

When implementing Firebase in Python, I think we will use the json file as a private key as follows:If you decide to exe and distribute the Python file, you will probably end up distributing the json ...

1 years ago

1 answers
264 views
0
Flutter Firebase fails to launch and drops

We built the environment with Firebase cli.The dropout stops before it is built.The same error occurred when I created a new blog and ran it in the same environment.firebase_core:^1.24.0error message/...

1 years ago

1 answers
291 views
0
The firebase.firestore.fieldPath is undefined in the firebase module of nuxt.js.

I am using the firebase module in nuxt.js.I wanted to extract data in the store that had the ID of artistIds in the target table, so I created the code below, but this.$fire.firestore.FieldPath became...


1 answers
408 views
0
I want to delete the firestore document when I delete the tableView cells, but I don't know how to get the document ID.

I am currently creating a password management application.I was able to add the entered value to the firestore and display it in TableView.Next, we are working on the ability to delete selected TableV...

1 years ago

1 answers
307 views
0
Information on how SwiftUI saves 2D arrays in Firestore.

Question detailsI would like to create a sample program that saves a two-dimensional array in Firestore and adds a one-dimensional array after saving it, but I can't deal with the following error.Coul...

1 years ago

1 answers
253 views
0
Information on how SwiftUI handles data retrieved from Firestore.

Question detailsI am studying SwiftUI, and I am making a sample program to save the data in Firebase and do it again.I have a question about how to handle the data extracted from Firebase.While checki...

1 years ago

1 answers
224 views
0
Data retrieved from firebase cannot be displayed in jsx in React

I want to display the data obtained from firebase in react component, but it returns undefined and does not display well.I don't think the data is synchronized well from the perspective of the life cy...


1 answers
377 views
0
I want to store multiple lines of text (text entered in TextField created using UITextView) in the Firestore.

I created TextField using UITextView.I would like to store the text written there in the Firestore.It is not stored in the normal way.Please let me know what I should do.// Multiple lines of TextField...

1 years ago

1 answers
110 views
0
About HTTPClient.wrapError for LINEBOT that functions, hosting in firebase.

Currently, I am trying to build LINE messaging API by functioning and hosting on firebase, but the callback on the webbook is 400 errors.But for some reason, they only return text message replies.Howe...

1 years ago

1 answers
130 views
0
How do I upgrade the version of the firebase command?

Thank you for your continuous support.If anyone knows about the following questions, please let me know. [Main idea of the question]How do I upgrade the version of the firebase command to publish a we...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.