Skip to content

fix(auth): rename import header to "firebase_auth_messages.g.h". #11472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* BSD-style license that can be found in the LICENSE file.
*/

// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

package io.flutter.plugins.firebase.auth;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#endif

#import <Firebase/Firebase.h>
#import <firebase_auth/messages.g.h>
#import "firebase_auth_messages.g.h"

#import <Foundation/Foundation.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#import <Firebase/Firebase.h>
#import <Foundation/Foundation.h>
#import <firebase_auth/messages.g.h>
#import "firebase_auth_messages.g.h"

@interface PigeonParser : NSObject

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "messages.g.h"
#import "firebase_auth_messages.g.h"

@interface PigeonMultiFactorInfo (Map)
- (NSDictionary *)toList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#import <AuthenticationServices/AuthenticationServices.h>
#import <Foundation/Foundation.h>
#import <firebase_auth/messages.g.h>
#import <firebase_core/FLTFirebasePlugin.h>
#import "firebase_auth_messages.g.h"

@interface FLTFirebaseAuthPlugin
: FLTFirebasePlugin <FlutterPlugin,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon

#import "messages.g.h"
#import "firebase_auth_messages.g.h"
#if TARGET_OS_OSX
#import <FlutterMacOS/FlutterMacOS.h>
#else
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import 'package:pigeon/pigeon.dart';
package: 'io.flutter.plugins.firebase.auth',
className: 'GeneratedAndroidFirebaseAuth',
),
objcHeaderOut: '../firebase_auth/ios/Classes/Public/messages.g.h',
objcSourceOut: '../firebase_auth/ios/Classes/messages.g.m',
objcHeaderOut:
'../firebase_auth/ios/Classes/Public/firebase_auth_messages.g.h',
objcSourceOut: '../firebase_auth/ios/Classes/firebase_auth_messages.g.m',
),
)
class PigeonMultiFactorSession {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

// Autogenerated from Pigeon (v9.2.4), do not edit directly.
// Autogenerated from Pigeon (v9.2.5), do not edit directly.
// See also: https://pub.dev/packages/pigeon
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, unnecessary_import
// ignore_for_file: avoid_relative_lib_imports
Expand Down