NikitaSviridovich / FindTeamer

FindTeamer
3 stars 0 forks source link

Change name of the method & delete unused array in FirebaseEventManager #44

Open NikitaSviridovich opened 2 years ago

NikitaSviridovich commented 2 years ago

1) Change the name of the getEvents to -> observeEvents 2) Delete @Published var events = [EventModel]() because this array can be shipped. We can return the data without this prop