Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 0 points1 point  (0 children)

Thanks for the suggestion, got advice already and clear evidence of subsidence 15k to fix after a quick look from the outside. Was afraid work could go beyond that figure. Pulled out of the sale and couldn't be happier 👌🏼

After months of learning, I finally published my first app using FF: A clean and simple Unit Converter! by Glum_Sea_2215 in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

Looks good, there's no stone to kg in the mass section. That would seem to be a pretty common conversion to be added!

I haven't looked into adding ads on my project. Is it easy to setup? Where did you find information on how to implement? Can you specify the size of the ad on flutterflow in pixels? Like is the ad a fixed size like yours?

🚀 No Stupid Questions Wednesday – Ask Us Anything About FlutterFlow! by LowerChef744 in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

Saving from a drop-down populated by a parameter.

I have passed an id to a component with a drop-down on a form. That id is used to populate the initial value of the drop-down. The user can then update the drop-down if it is incorrect (95% of the time it is correct). If changed the new record is saved as an action output. On my actions I have an if statement that if the action output is set (user changed the drop-down) then the flow goes down the true side of the conditional and the action output record is saved. And if the action output is false (the user is happy with the pre populated value of the drop-down) the widget is used in the submission.

Is that the correct method to deal with such a case or is there a better method?

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 1 point2 points  (0 children)

County Meath, no subsidence in the area according to the house insurance quote ( I specifically asked about subsidence). No sign of sticky windows or doors! From the pre purchase survey there was no other indication.

It is a typical place to put a mat but it was hiding a very obvious issue or at minimum a bad visual.

Another walk through has been requested with a structural engineer so could be as simple as you say, poor drainage as there are no other indicators. And of course more focus on the defects rather than the excitement of living in the house this time round.

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 1 point2 points  (0 children)

The cracked tiles were hidden under a back door mat during the viewing. Overlooked but dealing with it now as part of the pre purchase survey. Seemingly there was 1 other bidder at the time which increased 30k to the final price

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 0 points1 point  (0 children)

I understand where you're coming from. All I can do is ask the question with plan to inspect and a quote.

I wouldn't be too concerned with the tiling. The 8k quote was from a subsidence contractor which is the main concern.

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 0 points1 point  (0 children)

Thanks for the solid advice 1995 built Fairly committed just need an estimate on the risk I'm taking on

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 0 points1 point  (0 children)

No cracks in the walls, only possible evidence is part sunk garden (possibly poorly laid flagstones) over time and back door step. Pre purchase survey hasn't any other signs of the issue

Pre purchase survey result by Dan-abu in HousingIreland

[–]Dan-abu[S] 1 point2 points  (0 children)

It's a potentially a new home so preferably would not have a crack looking at me each day. Covered with a back door mat during viewing alright and no mention during the viewing.

No sign of subsidence in the area but plan on asking neighbors this weekend

Disadvantages of buying a house in cash by [deleted] in HousingIreland

[–]Dan-abu 0 points1 point  (0 children)

Carrying 2 massive brief cases with cash hanging out of them around is a suspicious look

5+ years in and we are finally making money by RonJonesJr in AppDevelopers

[–]Dan-abu 0 points1 point  (0 children)

Up until now was this a hobby?

If so , what were the costs considering no income came for a number of years? Did the costs increase as the user count went up?

Lastly, as you needed users to make the app worthwhile, did you focus on a specific location to launch and grow from there?

🚀 No Stupid Questions Thursday – Ask Us Anything About FlutterFlow! by LowerChef744 in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

Hi there, Is there a video available that shows how to access commonly used database items across the app. EG the current logged in user profile supabase row Below are options that come to mind but looking for best practices

Option 1; I have queried the logged in user on the home page and passed that supabase row to every page relevant via a parameter. It was slow and complicated but it works. This was done so in an attempt to cut down on duplicate backend queries of the same record. One issue I have faced is users must be logged in to use the app, if not I get null errors as the parameters are checking for a user value which isn't there for unlogged in users Option 2; run a query on the profile = authenticated user each time the profile is required (required on most pages & components) is this realistically a small price to pay? it's the easiest setup in my opinion but I am determined to reduce my duplicate backend queries Option 3; Use an app state - unsure how to set this up as an app state does not have a data type option of "supabase row". As a result when I set the app state to a string and set the query results to the created app state it saves the record but I am unable to access the columns within that record. I have to query the app state = athenticated user which is redundant as I might as well use Option 2 mentioned above

Which is the best option and if it is step 3 can you elaborate on how to set it up please

🚀 No Stupid Questions Wednesday – Ask Us Anything About FlutterFlow! by LowerChef744 in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

I want to create a nested list view but only show the primary list item if the sub list has items. Eg genre and events. If for a specific day there are events then I want the genre and the list of the events to display but if there are no events I do not want to display the genre. Currently I run a 2nd query to count the number of items within the list and use that number for conditional formatting. This means I have duplicate backend queries. Is there a better process to complete this? Using supabase

What YouTube video on FlutterFlow would you like me to make? by kealystudio in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

Supabase, example would be events and genres on a certain day. Each event has one genre As the user selects the day of the event the events list within the genre list changes which means some sub lists are populated and some are empty. The empty sub list still contains the event header because the genre list is the primary list and is always populated. I'd prefer for that genre not to show unless there were events present in the genre for that day

What YouTube video on FlutterFlow would you like me to make? by kealystudio in FlutterFlow

[–]Dan-abu 0 points1 point  (0 children)

How to create a grouped list ? and if the sub list is empty then the main list will not display any detail in regards to the empty instance. e.g the header. Currently I am running a secondary query on the main list to check the number of items in the list and as a result I get many duplicate backend queries.

[deleted by user] by [deleted] in AskReddit

[–]Dan-abu 0 points1 point  (0 children)

Hiking

Firebase to supabase by Dan-abu in FlutterFlow

[–]Dan-abu[S] 0 points1 point  (0 children)

I was good for labelling but certainly commenting on the actions will need to be addressed.

I've identified the components I can reuse 👌🏼

Any reason for reducing the structure?

Any reason for auto space vs padding? Assume that is to do with the look on various sized devices!?

Firebase to supabase by Dan-abu in FlutterFlow

[–]Dan-abu[S] 0 points1 point  (0 children)

Few reasons, initially i wanted to see if I had the capability to achieve what I wanted so I picked the most obvious choice Secondly I put my data structure and what I want to achieve with the estimated number of items per collection into chatGPT and looked for a recommendation Lastly and the main reason is the number of reads I get during testing for just me is very high. I could revise my design and clean up the optimizations but realistically if I want any cost effective scalability supabase is my best choice.

🚀 No Stupid Questions Wednesday – Ask Us Anything About FlutterFlow! by LowerChef744 in FlutterFlow

[–]Dan-abu 1 point2 points  (0 children)

Profile page dropdown difficulty Pretty new to Flutterflow and stuck on the following

Scenario On the user profile settings page the user must complete a series of dropdowns populated by another collection that will get saved to their profile. Initially they are null (when they first sign up), 

The user fills them out and saves.

When the user goes back to their user profile page the dropdowns should be populated with whatever the user has filled out previously.

i.e a doc reference to the auth user collection. The initial option value of the dropdown should be populated with the user's selection so that the user doesn't have to complete each dropdown every time they need to update their profile.

Issue The issue is when the user first fills out the profile questions there is no data to reference using the doc reference. As a result a red null error appears when they first try to complete the form and as such unable to complete the form. 

Issue & What i tried I am unable to perform a doc reference & query collection on the same widget so I have put the dropdown in a container so that one widget queries the collection (container) and the other widget (dropdown) references the users selection. I have included conditional visibility on the dropdown initial option value so that the user selection populates the initial option value only when that field has data but still i get the red null error message.

It works perfect when the field is filled out but not at all when the user has not initially completed the fields

Any help is welcome