Skip to content

Commit eb3edc9

Browse files
Fix Database emulator port type (#160)
1 parent ceacdd8 commit eb3edc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Firebase/Database/ApiDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ interface Database
8585

8686
// - (void) useEmulatorWithHost:(NSString*) host port:(NSInteger) port;
8787
[Export ("useEmulatorWithHost:port:")]
88-
void UseEmulatorWithHost (string host, uint port);
88+
void UseEmulatorWithHost (string host, nint port);
8989
}
9090

9191
delegate void DatabaseQueryUpdateHandler (DataSnapshot snapshot);

0 commit comments

Comments
 (0)