You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
看ts提示,Cloudbase.auth.App是有anonymousAuthProvider方法的,但是实际会报is not a function的错。
实际上要使用匿名登录,需要使用signInAnonymously方法,但是这个方法在ts中并没有写。