/*! @file FirebaseAuthVersion.h
    @brief Firebase SDK
    @copyright Copyright 2016 Google Inc.
    @remarks Use of this SDK is subject to the Google APIs Terms of Service:
        https://developers.google.com/terms/
 */

#import <Foundation/Foundation.h>

/**
    Version number for FirebaseAuth.
 */
extern const double FirebaseAuthVersionNumber;

/**
    Version string for FirebaseAuth.
 */
extern const unsigned char *const FirebaseAuthVersionString;
