평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
1 - 10 / 38개 표시
사용자 리뷰
정렬 기준
k
Firebase SDK is not required
2 years ago
koro4bokusou버전 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.
이 리뷰가 도움이 되었나요?
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."
이 리뷰가 도움이 되었나요?
0
0
J
Still Working...
4 years ago
JohnSearle버전 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.
이 리뷰가 도움이 되었나요?
0
0
x
Incredibly HelpFul Asset
5 years ago
xxlautariolawlietxx버전 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.
이 리뷰가 도움이 되었나요?
0
0
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members