FIRCustomRemoteModel
@interface FIRCustomRemoteModelA custom model that is stored remotely on the server and downloaded to the device.
-
Creates a new instance with the given values.
Declaration
Objective-C
- (nonnull instancetype)initWithName:(nonnull NSString *)name;Parameters
nameThe name of the remote model. Specify the name assigned to the model when it was uploaded to the Firebase Console.
Return Value
A new
CustomRemoteModelinstance. -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;