File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848HttpsCallableReferenceInternal* FunctionsInternal::GetHttpsCallable (
4949 const char * name, const HttpsCallableOptions& options) const {
5050 FIRHTTPSCallableOptions *firOptions = [[FIRHTTPSCallableOptions alloc ]
51- initWithRequireLimitedUseAppCheckTokens : options.limited_use_app_check_token];
51+ initWithRequireLimitedUseAppCheckToken : options.limited_use_app_check_token];
5252
5353 // HttpsCallableReferenceInternal handles deleting the wrapper pointer.
5454 return new HttpsCallableReferenceInternal (
6565HttpsCallableReferenceInternal* FunctionsInternal::GetHttpsCallableFromURL (
6666 const char * url, const HttpsCallableOptions& options) const {
6767 FIRHTTPSCallableOptions *firOptions = [[FIRHTTPSCallableOptions alloc ]
68- initWithRequireLimitedUseAppCheckTokens : options.limited_use_app_check_token];
68+ initWithRequireLimitedUseAppCheckToken : options.limited_use_app_check_token];
6969
7070 // HttpsCallableReferenceInternal handles deleting the wrapper pointer.
7171 NSURL *nsurl = [NSURL URLWithString: @(url)];
You can’t perform that action at this time.
0 commit comments