2021. 10. 11. 02:35
FireBase
SignInAnonymouslyAsync encountered an error
추가해라
---------------------------------------------------------------------------------------------
Assets\FirebaseConnectionSDK\IAPManager.cs(213,71): error CS0103: The name 'GooglePlayTangle' does not exist in the current context
Assets\FirebaseConnectionSDK\IAPManager.cs(213,96): error CS0103: The name 'AppleTangle' does not exist in the current context
플랫폼을 안드로이드로 바꾸면 사라진다
------------------------------------------------------------------------------
No GoogleService-Info.plist files found in your project. Building without Firebase configuration will result in an app that will fail to initialize.
plist안 넣어서 그렇다
받아서 넣는다
'FireBase' 카테고리의 다른 글
파이어 베이스 DB 보안 (0) | 2021.10.16 |
---|---|
파이어 베이스가 내뱉는 각종 메세지들 처리 (0) | 2021.10.05 |
파이어 베이스 인증서 다운로드 받는법 (0) | 2021.10.05 |