There was an error while loading. Please reload this page.
1 parent ceacdd8 commit eb3edc9Copy full SHA for eb3edc9
1 file changed
source/Firebase/Database/ApiDefinition.cs
@@ -85,7 +85,7 @@ interface Database
85
86
// - (void) useEmulatorWithHost:(NSString*) host port:(NSInteger) port;
87
[Export ("useEmulatorWithHost:port:")]
88
- void UseEmulatorWithHost (string host, uint port);
+ void UseEmulatorWithHost (string host, nint port);
89
}
90
91
delegate void DatabaseQueryUpdateHandler (DataSnapshot snapshot);
0 commit comments