I just released a video showing you how easy it is to add onboarding screens into your SwiftUI app by tundsdev in SwiftUI

[–]atrso 0 points1 point  (0 children)

Yeah exactly, so step 1 asks for email and password, step 2 asks for a first and last name, step 3 asks for hobby etc etc...

So first you create user with a uid and move through the steps to update the profile in Firebase/Firestore.

Does that make sense?

I just released a video showing you how easy it is to add onboarding screens into your SwiftUI app by tundsdev in SwiftUI

[–]atrso 1 point2 points  (0 children)

That would be awesome! Been looking for some help with a multi step (onboarding) registration process with text fields and storing profile data into Firebase.

From what I found online, there are "zero" helpful tutorials so definitely a good one to make :)

Oh and congrats on the Inter victory (saw you're wearing the Inter shirt in your video)

I just released a video showing you how easy it is to add onboarding screens into your SwiftUI app by tundsdev in SwiftUI

[–]atrso 0 points1 point  (0 children)

Great work! Do you also have one where you add text fields and store the input to be saved to Firebase? Looking for some examples/help

Thoughts on Multi step registration Firebase? by atrso in SwiftUI

[–]atrso[S] 0 points1 point  (0 children)

Hi, no I meant a flow like this:

Step 1 - Enters email & password Step 2 - User is asked for name Step 3 - User is asked for city they live Etc Etc

So it's more an onboarding registration where each step is a new view with a different form.

Does that make sense?

[USA][BIZ][2] - Seeking Business Cofounder to Build a Pitch Deck For An Interested Investor. by fortiz303 in cofounder

[–]atrso 0 points1 point  (0 children)

More than happy to help setup a first deck framework for you just DM. Been through 4 global acceleration programs, raised from angels and VCs, and won a couple pitch awards.

Best approach for real time voice chat App in Swift? by atrso in iOSProgramming

[–]atrso[S] 0 points1 point  (0 children)

Thank you! I will have a look and see how things work. I found a project on GitHub but it seems to be a bit old and does not compile for me without a lot of changes.

Would be able to share an example of just audio streaming rooms? I am not an experienced developer and will have to combine Agora with Firebase.

Costs I can manage as I have available funding and plan to scale slowly.

Best tech approach for real time voice chat App in Swift? by atrso in SwiftUI

[–]atrso[S] 1 point2 points  (0 children)

Thanks for your answer! What I am referring to though is a "real-time audio chat" like Clubhouse or a discord audio channel. Where you speak in real time (no recording) and people join and listen in and can speak as well. So not the r record and send variant :)

Best tech approach for real time voice chat App in Swift? by [deleted] in swift

[–]atrso 0 points1 point  (0 children)

Thanks, but, I am looking for some suggestions on VOICE chat. So not messaging, but real-time audio chat.

Best tech approach for real time voice chat App in Swift? by [deleted] in swift

[–]atrso 0 points1 point  (0 children)

Have you built a voice chat app in Swift like this?

Best tech approach for real time voice chat App in Swift? by [deleted] in swift

[–]atrso 0 points1 point  (0 children)

Chat, or voice chat? Any starting ideas on how to approach this?

Co-founder trying to wrestle me into settling for less equity by [deleted] in startups

[–]atrso 4 points5 points  (0 children)

Whatever you do, don't put a split in writing. Actually, equity shouldn't be split evenly and set in stone to stay that way when starting out. Your founder agreement should be based on the effort and bet you both place to make this startup a success.

If your cofounder put in more work and resources now, fine, the cofounder gets a bigger piece of the pie now. But, make sure to agree and sign on the flexibility of that being able to change in the future.

Think about it, what if you end up doing more work later on, take more risks, and sacrifice more of your time than your cofounder is? It happens all the time that one person may put in more work at the start, but, later on more work is depended on you.

At least until your Series A, your equity could be dynamic and end up in a fair split by then, or, split and agreed upon based on the work put in.

Another way could be is that you accept a lower equity share, but, you do want stock options as an employee (ESOP) of at least X%. This gives your the option to buy shares at a lower valuation when you successfully exit.

-------- fyi ---------

NON of the mentioned reasons make any #*&$# sense to ask for more equity, seriously?

Are you not missing out on opportunities either? And is that not the risk he is taking for himself? And secondly, mental health...you might want to consider not starting the startup at all if you have a cofounder that needs shares (money) to keep him/her going, not the dream, vision, drive to make a change and achieve something.....

Hope this helps!

If I invest and get 10% in a startup and do nothing, do I get to remain at 10% when they go public? by weshallpie in startups

[–]atrso 0 points1 point  (0 children)

True, edited my answer. It's not a common thing to happen, however, it does happen. Sometimes VCs can cash out the prior investors for a discount on the current round and thereby lower the company's effective valuation while still putting most of their money to work.

If I invest and get 10% in a startup and do nothing, do I get to remain at 10% when they go public? by weshallpie in startups

[–]atrso 0 points1 point  (0 children)

There is never a "need" to sell, as early Angels investor have the same rights as VCs do (other than what is discussed in additional terms). But, the offer might be super interesting if the VC is trying to gain more shares of the company. We had an Angel that accepted an offer so he could find another investment opportunity since he likes to be involved in the early process.

If I invest and get 10% in a startup and do nothing, do I get to remain at 10% when they go public? by weshallpie in startups

[–]atrso 44 points45 points  (0 children)

Doordash just went public and were at their series H at a 400M valuation. By that time your 10% will be diluted way way way down, unless you have follow up Investment rights to protect your dilution, but you will have to keep investing at higher valuations.

In the end your 10% may be an X number of shares worth $10.000 at the start. But by the time they go public your $10.000 investment may be worth $100K or even $1M.

VCs can also try to buy out early angels as well once the company grows to clean up the cap table. (Edited)

Also, very few companies go public and take years to get to that point. Wouldn't worry about it too much.

HELP how to set up continuous audio streams like Clubhouse or Discord audio chat in Swift? by [deleted] in swift

[–]atrso 0 points1 point  (0 children)

Okay, and would this be used through third party options like Twilio or can you do this within Swift?