Fubinator / react-native-userbase-poc

MIT License
2 stars 1 forks source link

Test all functions of the JavaScript SDK #10

Open Fubinator opened 3 years ago

Fubinator commented 3 years ago

We should test all functions of Userbase's JavaScript SDK.

Here is a list to keep track:

Fubinator commented 3 years ago

@jneterer I'm just thinking about the best way to test this. My idea at the moment is to build a component that consists of buttons that can execute any functions of Userbase's JavaScript SDK independently from each other.

What is your opinion on this? Do you have another suggestion?

jneterer commented 3 years ago

@Fubinator No I completely agree. We should keep it as basic as possible

Fubinator commented 3 years ago

@jneterer Alright I'm going to set it up and add the buttons without functionality

jneterer commented 3 years ago

@Fubinator sounds great, I'd be happy to take some of the functions, divvy them up however you see fit!

Fubinator commented 3 years ago

Done with #15. I'm going to write the functions for the data section now (openDatabase, getDatabases, insertItem, updateItem, deleteItem, putTransaction).

Fubinator commented 3 years ago

Okay that's done with #16 as well. I think I'm going to experiment with uploading files now. I'm expecting a few problems there again.

@jneterer You could take the rest of the user functions (signOut, updateUser, deleteUser, forgotPassword) or the data sharing functions (shareDatabase, modifyDatabasePermissions, getVerificationMessage, verifyUser) if you want