Getting started with Cloud Storage for Firebase - Firecasts

preview_player
Показать описание
Welcome back to a new episode of Firecasts, today we will get started with Cloud Storage for Firebase. Watch Patrick demonstrate his creation of a game that captures a photo and the share feature to Unity and Cloud Storage for Firebase.

Chapters:
0:00 Introduction
0:45 Project setup
2:04 What is Cloud Storage?
2:23 Firebase setup
4:08 Unity integration
5:17 How to upload a screenshot
7:28 Notes on downloading a file
8:51 Adding metadata
10:04 Thanks for watching!

Resources:

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

I need to send push notification to users of certain roles, but my roles are defined with custom claims not in firestore.... so how to send push notification to certain group of users [ custom claim roles ]

guruprasad
Автор

4:32 I'm getting an error Task<DependencyStatus> does not contain a definition for 'GetAwaiter'

venera
Автор

So if I were to use it with an app i could grab metadata of users maybe and keep on firebase like that

errinwright
Автор

Hi Patrick! First of all thank you for such a great tutorials on Firebase integration with Unity. I am really curious about your programing IDE - I am trying VS Code with Unity on Mac but I am not 100% content about the experience. Have you shared any information about your setup yet? If not - would you consider doing so?

jacekdudzik
Автор

Where i need to put "DownloadScreenshot" Script
?.

ishtiakarafat
Автор

Patrick Martin, I really love you videos and how you present the best practice method to implement the firebase features.

Please can you make a video on how to use Unity Addressable Asset with Firebase Cloud Storage.

I know it is a lot to ask, but firebase for me has been the default database to turn to and I know it is like that for others.

So knowing how to do this will go a long way to help me in my project.

Thank you..

johnokparaeke
Автор

I got error at 7:16 . Please help :(

Failed to upload because System.AggregateException: One or more errors occurred. ---> The server did not return a valid JSON response. Contact Firebase support if this issue persists.
--- End of inner exception stack trace ---

veanhartlugar
Автор

How to do it when you just want to upload many simple data like air temperature for example?

samsara
Автор

how do you upload files from local disk to firebase

saitoyugo
Автор

I'm a little bit confused as to why at 1:55 you used the Invoke method, rather than just calling screenshot directly. No time was provided to Invoke(), so doesn't it just run the requested method in the next update frame anyway?
Also.... 'jifs'.... shame on you. :P

aaronspain