Skip to content

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.
@compnerd compnerd requested a review from brianmichel August 20, 2023 17:23
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?

@compnerd compnerd merged commit 762369e into main Aug 21, 2023
@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

2 participants