Skip to content
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

Re-export the firebase module #5

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Re-export the firebase module #5

merged 1 commit into from
Aug 21, 2023

Conversation

compnerd
Copy link
Owner

This removes the need to explicitly import the firebase (C++) module when using the Swift interfaces. This makes the interface easier to use in clients.

This removes the need to explicitly import the `firebase` (C++) module
when using the Swift interfaces.  This makes the interface easier to use
in clients.
Copy link
Collaborator

@brianmichel brianmichel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT, had one comment inline, and one larger meta question. Is there any way we can centrally have the @_exported import firebase so we don't have to remember to dot it all over this codebase?

Sources/FirebaseAuth/FIRAuthTokenResult.swift Show resolved Hide resolved
@compnerd compnerd merged commit 762369e into main Aug 21, 2023
1 check passed
@compnerd compnerd deleted the compnerd/exports branch August 21, 2023 17:35
@compnerd
Copy link
Owner Author

compnerd commented Aug 21, 2023

@brianmichel I don't think having to remember it is a problem. Failure to remember would be addressed by the compiler telling you that it is inconsistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants