Firebase Firestore in Unity | How to send and retrieve data

preview_player
Показать описание
In this video we step by step go through the process of setting up Firebase Firestore for our Unity project and write code to send and retrieve data.

.....................................................................................
Check out these resources :

......................................................................................

✔✔ Follow us:

#Unity #Firebase #GameDev
Рекомендации по теме
Комментарии
Автор

finally 1 video was correct, nice man thank you

puquest
Автор

I appreciate that really good contants!

misal-isahabe
Автор

hello it is working as intended but when I build it .apk file and use it on my phone it doesn't work and its value is always 0

xmxidnf
Автор

Ur voice and method of explaining and even video editing skills are awesome... Can't believe u have such a low sub base!

BLANK-ebxv
Автор

Hi Viking, I designed a simple fire scene. I want to monitor participants' behavior in VR, so I am going to record about 70 of their sessions. How can I use Firebase to record all the data? Thanks!

cathychoi
Автор

I have a mac M1, are there any other steps i have to take? After installing the firestore package, Unity crashes. I have firebase and auth packages installed and working, but was told firestore may be better than firebase for my project

caligis
Автор

Olá amigo
estou tentado fazer uma integração da unity com firebase
para controlar um relé com o esp8266 mas não estou conseguindo
fazer a alteração da string, se você puder mim ajudar ficarei muito
agradecido.

Seria mais ou menos assim:


chave: led
valor: "0"

assim:



led: "0"


e quando eu clicasse novamente no botão mudaria de estado para

led: "1"

joaomarianodasilva
Автор

Its not working, I have this error: ArgumentException: Unable to create converter for type SettingDB

LixTheYT
Автор

is there any firebase package for creating leaderboards.

jayantbarthwal
Автор

I get: Assets\Scripts\Counter.cs(11, 6): error CS0246: The type or namespace name 'FirestoreProperty' could not be found (are you missing a using directive or an assembly reference?)
any idea why?

chriskropper
Автор

very good tutorial.. but it would also be very good if theres a guid in using a Rest API with firestore

jakeperez
Автор

great tutorial! i wanted to pass the updated count text to another scene on clicked, how is it possible pls?

deekshitabundhoo
Автор

Unity crashed after running. I don't know why because I did exactly what you did.

coldd.oliver
Автор

00:37 - Creating Firestore Database
01:49 - Adding Firestore SDK to Unity
02:35 - Writing data using Structs
05:45 - Writing data using dictionaries
06:25 - Reading data using GetAsync()

vgstudio