Get the current user
The current user
Get the current user's public key
The current user's public key
Match data based on Holster collections and convert to Observable Note: Holster doesn't have .map(), so we implement it using .on()
Path to the collection
OptionalmatchFn: (data: any) => booleanOptional function to filter results
Observable array of matched items
Observe a Holster node for changes Uses Holster's .get().next() API instead of chained .get()
Path to observe (can be a string, array, or a Holster chain)
Observable that emits whenever the node changes
Observe user data
Optionalpath: stringPath to observe in user space
Observable that emits whenever the user data changes
Get data once and return as Observable
Optionalpath: anyPath to get data from
Observable that emits the data once
PrivateremoveGet user data
Path to get data from
Observable that emits the data once
RxJS Integration for Holster Provides reactive programming capabilities for Holster data