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

Work In Progress #12

Closed
wants to merge 3 commits into from
Closed

Work In Progress #12

wants to merge 3 commits into from

Conversation

galxy25
Copy link
Contributor

@galxy25 galxy25 commented Jul 20, 2021

@carrala this is a good working (at least for the interaction from user to app, and app to flutter and flutter to swift) example of how to setup up the app and plugin for calling out to swift for Tozny SDK methods

Matthew Rhea added 2 commits July 20, 2021 15:18
- Adds development documentation for setting up and
  running the Flutter iOS plugin
- Adds FlutterConfigSerializer to bridge Flutter Dart
  client's ClientCredentials object to E3db's Config
- Adds RealmConfigSerializer
- Adds encoding and decoding methods for E3db objects

Note that this PR removed an incomplete version of the
writeRecord method.
@galxy25 galxy25 requested a review from carrala July 20, 2021 22:25
Note that this should not be merged!
@galxy25 galxy25 force-pushed the origin/wash-929-write-record branch from a88e9cd to 8c7e99e Compare July 20, 2021 22:32
@@ -33,7 +33,7 @@ target 'Runner' do

flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))

pod "E3db", :git => 'https://github.com/tozny/e3db-swift'
pod "E3db", :git => 'https://github.com/tozny/e3db-swift', :commit => '85b93f74cd4a917f77193005961598de3f5c48ea'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@carrala this is how to pull in a specific version of the swift SDK as needed

@galxy25 galxy25 closed this Jul 29, 2021
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.

None yet

1 participant