aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/App/iOS/FIRAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/App/iOS/FIRAppDelegate.m')
-rw-r--r--Example/Core/App/iOS/FIRAppDelegate.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Example/Core/App/iOS/FIRAppDelegate.m b/Example/Core/App/iOS/FIRAppDelegate.m
index 34c2e0a..2cfe4dc 100644
--- a/Example/Core/App/iOS/FIRAppDelegate.m
+++ b/Example/Core/App/iOS/FIRAppDelegate.m
@@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-@import FirebaseCommunity;
+@import Firebase; // verify the Firebase module import is working
+
#import "FIRAppDelegate.h"
@implementation FIRAppDelegate