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

feat: input prompt is store on firebase #130

Merged
merged 7 commits into from
Sep 2, 2024
Merged

feat: input prompt is store on firebase #130

merged 7 commits into from
Sep 2, 2024

Conversation

Cifko
Copy link
Collaborator

@Cifko Cifko commented Aug 19, 2024

Input prompt is now stored on firebase.
This introduces input manager (currently only firebase), that communicates with the atoma-node module.

Copy link
Contributor

@jorgeantonio21 jorgeantonio21 left a comment

Choose a reason for hiding this comment

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

Looks great !

Left a few comments to be addressed, other than that lgtm

atoma-event-subscribe/sui/src/main.rs Outdated Show resolved Hide resolved
atoma-event-subscribe/sui/src/subscriber.rs Outdated Show resolved Hide resolved
atoma-event-subscribe/sui/src/subscriber.rs Outdated Show resolved Hide resolved
atoma-input-manager/src/firebase/mod.rs Outdated Show resolved Hide resolved
atoma-output-manager/src/lib.rs Show resolved Hide resolved
atoma-input-manager/src/lib.rs Show resolved Hide resolved
atoma-input-manager/src/firebase/mod.rs Outdated Show resolved Hide resolved
dbg!(&input_metadata);
let client = Client::new();
let token = self.auth.get_id_token().await?;
dbg!(&token);
Copy link
Contributor

Choose a reason for hiding this comment

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

See previous comment

atoma-input-manager/src/firebase/mod.rs Outdated Show resolved Hide resolved
atoma-types/src/lib.rs Show resolved Hide resolved
@jorgeantonio21 jorgeantonio21 merged commit b40bc26 into main Sep 2, 2024
1 check failed
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