메소드 | 설명 | |
---|---|---|
AuthAnonymously ( Action |
||
AuthWithCustomToken ( string token, Action |
||
AuthWithOAuthToken ( string provider, string token, Action |
||
AuthWithPassword ( string email, string password, Action |
||
Child ( string name ) : IFirebase | ||
CreateNewFirebaseiOSImpl ( IntPtr nativeReference ) : FirebaseiOSImpl, | ||
FirebaseiOSImpl ( IntPtr nativeReference ) : System | ||
Push ( ) : IFirebase | ||
SetPriority ( string priority ) : void | ||
SetValue ( object>.IDictionary |
||
SetValue ( float value ) : void | ||
SetValue ( string value ) : void | ||
UnAuth ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateNativeFirebase ( string path ) : IntPtr | ||
_FirebaseAuthAnonymously ( IntPtr firebase, OnAuthSuccessHandler success, OnAuthCancelHandler cancel, long callback ) : void | ||
_FirebaseAuthWithCustomToken ( IntPtr firebase, string token, OnAuthSuccessHandler success, OnAuthCancelHandler cancel, long callback ) : void | ||
_FirebaseAuthWithOAuthToken ( IntPtr firebase, string provider, string token, OnAuthSuccessHandler success, OnAuthCancelHandler cancel, long callback ) : void | ||
_FirebaseAuthWithPassword ( IntPtr firebase, string email, string password, OnAuthSuccessHandler success, OnAuthCancelHandler cancel, long callback ) : void | ||
_FirebaseChild ( IntPtr firebase, string path ) : IntPtr | ||
_FirebaseGetAuthExpiration ( IntPtr firebase ) : long | ||
_FirebaseGetAuthToken ( IntPtr firebase ) : string | ||
_FirebaseGetAuthUid ( IntPtr firebase ) : string | ||
_FirebaseGetKey ( IntPtr firebase ) : string | ||
_FirebaseNew ( string path ) : IntPtr | ||
_FirebaseParent ( IntPtr firebase ) : IntPtr | ||
_FirebasePush ( IntPtr firebase ) : IntPtr | ||
_FirebaseRelease ( IntPtr firebase ) : void | ||
_FirebaseRemoveObservers ( IntPtr firebase ) : void | ||
_FirebaseRoot ( IntPtr firebase ) : IntPtr | ||
_FirebaseSetFloat ( IntPtr firebase, float value ) : void | ||
_FirebaseSetJson ( IntPtr firebase, string json ) : void | ||
_FirebaseSetPriority ( IntPtr firebase, string value ) : void | ||
_FirebaseSetString ( IntPtr firebase, string value ) : void | ||
_FirebaseUnAuth ( IntPtr firebase ) : void | ||
onAuthCancel ( long reference, int code, String message, String details ) : void | ||
onAuthSuccess ( long reference, String token, String uid, long expiration ) : void |
public AuthAnonymously ( Action |
||
onSuccess | Action |
|
onError | Action |
|
리턴 | void |
public AuthWithCustomToken ( string token, Action |
||
token | string | |
onSuccess | Action |
|
onError | Action |
|
리턴 | void |
public AuthWithOAuthToken ( string provider, string token, Action |
||
provider | string | |
token | string | |
onSuccess | Action |
|
onError | Action |
|
리턴 | void |
public AuthWithPassword ( string email, string password, Action |
||
string | ||
password | string | |
onSuccess | Action |
|
onError | Action |
|
리턴 | void |
public static CreateNewFirebaseiOSImpl ( IntPtr nativeReference ) : FirebaseiOSImpl, | ||
nativeReference | IntPtr | |
리턴 | FirebaseiOSImpl, |
public FirebaseiOSImpl ( IntPtr nativeReference ) : System | ||
nativeReference | IntPtr | |
리턴 | System |
public SetValue ( object>.IDictionary |
||
value | object>.IDictionary | |
리턴 | void |