pullJetpacks

abstract suspend fun pullJetpacks(userId: String, lastSynced: Long): List<FirebaseJetpack>

Pulls a list of FirebaseJetpack objects that have been updated since the last sync.

Return

A list of FirebaseJetpack objects.

Parameters

userId

The unique identifier of the user.

lastSynced

The timestamp of the last sync.