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

Increase number of accepted characters in textfield input #9

Closed
EdwinJr13 opened this issue Jul 20, 2020 · 4 comments
Closed

Increase number of accepted characters in textfield input #9

EdwinJr13 opened this issue Jul 20, 2020 · 4 comments

Comments

@EdwinJr13
Copy link

Hey,

I would like to know if it possible to increase the number of input characters in the textfield where you put your string with the default configuration. I want to pass firebase UID but I can because they are too long.

Thanks.

@aslanyanhaik
Copy link
Owner

@EdwinJr13 how many characters in firebase UID? You can change the configuration to uuidConfiguration which should be enough for firebase

@EdwinJr13
Copy link
Author

@EdwinJr13 how many characters in firebase UID? You can change the configuration to uuidConfiguration which should be enough for firebase

My UIDs are between 30 characters and 55 because I use custom auth (JWT tokens). The uuidConfiguration is not long enough

@aslanyanhaik
Copy link
Owner

@EdwinJr13 you can fork and try to modify Version in RCCoderConfiguration to increase characters

@EdwinJr13
Copy link
Author

It's a bit tricky I don't know how to 😅

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

No branches or pull requests

2 participants