Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit db0d756

Browse files
author
Andres Ugarte
committed
Add TODO
1 parent 496f7ca commit db0d756

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/remote/RMXFirebaseRemoteController.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ + (instancetype)sharedInstance {
4242
}
4343

4444
- (void)startObservingUpdates {
45+
// TODO(chuga): Revisit this device ID generation.
4546
_deviceKey = [[[NSUUID UUID] UUIDString] substringToIndex:8];
47+
4648
[FIRApp configure];
4749
_ref = [[FIRDatabase database] referenceWithPath:kFirebasePath];
4850
_storedVariables = [NSMutableDictionary dictionary];

0 commit comments

Comments
 (0)