Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Showing 1 - 10 of 38
User Reviews
Sort by
k
Firebase SDK is not required
2 years ago
koro4bokusouon version 1.1.1
It is helpful for using firebase without troublesome configuration.
Using this package with the Firebase SDK will result in namespace errors as mentioned in other reviews. This package works only with the REST API, so the Firebase SDK is not required.
In my case, it seemed that the authentication with the database secret is not working. I tried unescaping the request parameters and it worked fine. Specifically, I made the following modifications
<Firebase.cs>
Inserted the following line at the beginning of "protected IEnumerator RequestCoroutine"
url = WWW.UnEscapeURL(url);
However, escaping is inherently necessary, and this modification may have side effects.
Was this review helpful?
0
0
d
Have truble
3 years ago
dennismail4on version 1.1.1
Can not find Firebase namespace
Was this review helpful?
0
0
#1 to use this asset you will need to get your hands on the firebase sdk,
#2 import and an error will arise but just change the name of the "Firebase"(literal name) C#s script in the simple firebase folder.
#3 to piggyback off of JohnSearle Review Below
"you will need to change the path of https://<host><key>/.json, into "https://<host><key>/<unique path>.json". Each path will then be considered a unique record, and will not overwrite each other."
Was this review helpful?
0
0
J
Still Working...
4 years ago
JohnSearleon version 1.1.1
This is still working in 2022.
One issue I ran into was the endpoint route used could not be set without modifying the package. Because you couldn't specify the route, it was just a SetValue would just overwrite the previously stored record.
The endpoint used was "https://<host><key>/.json" which means it allows only a single record stored at root. To ensure you can set multiple values, you need to change the path, such as "https://<host><key>/<unique path>.json". Each path will then be considered a unique record, and will not overwrite each other.
Was this review helpful?
0
0
n
Easy to use
5 years ago
nskoljarevnon version 1.1.1
well documented and very easy to use
Was this review helpful?
0
0
x
Incredibly HelpFul Asset
5 years ago
xxlautariolawlietxxon version 1.1.1
This asset is really good and easy to understand.
Is very easy to post something into a database but i wanted to know if there's a possibility to take data from a database and do something with it in unity , please let me know.
Was this review helpful?
0
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Language
Feedback
Partners Program
PartnersCopyright © 2025 Unity Technologies
All prices are exclusive of tax